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

Support skipping parameters and credentials during generate #3100

Merged
merged 5 commits into from
May 13, 2024

Commits on May 7, 2024

  1. Support skipping parameters and credentials during generate

    Adds a `skip` option to the prompt allow users to skip parameter
    and credential generation of specific entries.
    
    Signed-off-by: Kim Christensen <kimworking@gmail.com>
    kichristensen committed May 7, 2024
    Configuration menu
    Copy the full SHA
    e1479cb View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Only allow skipping parameter or credential if not required

    Signed-off-by: Kim Christensen <kimworking@gmail.com>
    kichristensen committed May 8, 2024
    Configuration menu
    Copy the full SHA
    08ea420 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Introduce options pattern

    Signed-off-by: Kim Christensen <kimworking@gmail.com>
    kichristensen committed May 9, 2024
    Configuration menu
    Copy the full SHA
    e6e6e01 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    79c17ed View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    8ebc915 View commit details
    Browse the repository at this point in the history