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

Allow auto-select for stackID when only finding one stack #265

Merged
merged 2 commits into from
Oct 8, 2024

Commits on Sep 27, 2024

  1. Allow auto-select for stackID when only finding one stack

    ```
    ➜  empty git:(diff) ✗ /Users/tomas/spacelift-io/spacectl/build/aa stack show
    Enable auto-selection by setting SPACECTL_SKIP_STACK_PROMPT=true
    Use the arrow keys to navigate: ↓ ↑ → ←  and / toggles search
    ? Found 1 stacks, select one:
      ▸ doublestack
    2024/09/27 14:49:35 ^C
    ➜  empty git:(diff) ✗ SPACECTL_SKIP_STACK_PROMPT=true
    ➜  empty git:(diff) ✗ /Users/tomas/spacelift-io/spacectl/build/aa stack show
    
    Provider   | GitHub
    Repository | empty
    Branch     | master
    ```
    tomasmik committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    017655b View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. grammar fix

    tomasmik committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    3b7e8cf View commit details
    Browse the repository at this point in the history