Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed cli desc for store env var #374

Merged
merged 1 commit into from
Dec 9, 2024

Conversation

zackbradys
Copy link
Member

@zackbradys zackbradys commented Dec 5, 2024

Please check below, if the PR fulfills these requirements:

  • Commit(s) and code follow the repositories guidelines.
  • Test(s) have been added or updated to support these change(s).
  • Doc(s) have been added or updated to support these change(s).

Associated Links:

  • N/A

Types of Changes:

  • Bugfix

Proposed Changes:

  • Fixed CLI description to include the env var for HAULER_STORE_DIR

Verification/Testing of Changes:

zackbradys@Zacks-MacBook-Pro-2 hauler % ./dist/hauler_darwin_arm64_v8.0/hauler help
Airgap Swiss Army Knife

Usage:
  hauler [flags]
  hauler [command]

Examples:
  View the Docs: https://docs.hauler.dev
  Environment Variables: HAULER_DIR | HAULER_TEMP_DIR | HAULER_STORE_DIR | HAULER_IGNORE_ERRORS

Available Commands:
  completion  Generate auto-completion scripts for various shells
  help        Help about any command
  login       Login to a registry
  store       Interact with the content store
  version     Print the current version

Flags:
  -d, --haulerdir string   Set the location of the hauler directory (default $HOME/.hauler)
  -h, --help               help for hauler
      --ignore-errors      Ignore/Bypass errors (i.e. warn on error) (defaults false)
  -l, --log-level string   Set the logging level (i.e. info, debug, warn) (default "info")

Use "hauler [command] --help" for more information about a command.

Additional Context:

  • N/A

@zackbradys zackbradys requested a review from a team December 5, 2024 04:10
@zackbradys zackbradys self-assigned this Dec 5, 2024
@zackbradys zackbradys added bug Something isn't working size/S Denotes an issue/PR requiring a relatively small amount of work labels Dec 5, 2024
@zackbradys zackbradys added this to the Hauler v1.1-next1 milestone Dec 5, 2024
@zackbradys zackbradys merged commit 090f4dc into hauler-dev:main Dec 9, 2024
2 checks passed
@zackbradys zackbradys deleted the fixed-desc-store-env-var branch December 9, 2024 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working size/S Denotes an issue/PR requiring a relatively small amount of work
Projects
Status: Resolved
Development

Successfully merging this pull request may close these issues.

2 participants