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

spin up --help on a custom trigger prints the compat warning in the middle of the help text #2218

Closed
itowlson opened this issue Jan 9, 2024 · 0 comments · Fixed by #2452
Closed
Labels
area/CLI CLI bug Something isn't working

Comments

@itowlson
Copy link
Contributor

itowlson commented Jan 9, 2024

~/github/spin-trigger-sqs/guest $ spin up --help
spin-up 
Start the Spin application

USAGE:
    spin up [OPTIONS]

OPTIONS:
        --build                 For local apps, specifies to perform `spin build` before running the
                                application [env: SPIN_ALWAYS_BUILD=]
# ...
# blah blah blah
# ...
        --temp <TMP>            Temporary directory for the static assets of the components

Warning: You're using a pre-release version of Spin (2.2.0-pre0). This plugin might not be compatible (supported: >=2.0). Continuing anyway.
TRIGGER OPTIONS:
        --allow-transient-write
            Set the static assets of the components in the temporary directory as writable

        --cache <WASMTIME_CACHE_FILE>
            Wasmtime cache configuration file
# ...
# etc. etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/CLI CLI bug Something isn't working
Projects
Status: Done
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants