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

Align secrets env command with design in documentation #212

Commits on Jun 28, 2024

  1. fix: using single quotes ' for unix format

    [ci skip]
    tegefaulkes committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    4e2cfcb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    912d42e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc67548 View commit details
    Browse the repository at this point in the history
  4. test: checking ci

    tegefaulkes committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    aa87b95 View commit details
    Browse the repository at this point in the history
  5. fix: aligned secrets env arguments with documentation

    Rather than specifying `-e <secretPath>` as a required option. You provide the secretPaths as part of the main argument now. So we provide `secrets env vault:path command arg1 arg2`. The parser expects the secret paths first. Any argument that doesn't match the secret path will be taken as part of the command args. All args are taken as command args after the first non secret path arg.
    
    [ci skip]
    tegefaulkes committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    7322f5a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cb261ab View commit details
    Browse the repository at this point in the history
  7. fix: cut out a lot of unnecessary help text

    [ci skip]
    tegefaulkes committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    5ec4ca8 View commit details
    Browse the repository at this point in the history
  8. chore: updating deps hash

    [ci skip]
    tegefaulkes committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    9768aaa View commit details
    Browse the repository at this point in the history