spin icon indicating copy to clipboard operation
spin copied to clipboard

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

Open itowlson opened this issue 5 months ago • 0 comments

~/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.

itowlson avatar Jan 09 '24 22:01 itowlson