You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the spin up --help in a multi-trigger app, the output prints the help options of both but there is no way to identify which set of options belong to which trigger.
actual:
$ spin up --help
spin-up
Start the Spin application
USAGE:
spin up [OPTIONS]
OPTIONS:
...
TRIGGER OPTIONS:
...
TRIGGER OPTIONS:
...
expected:
$ spin up --help
spin-up
Start the Spin application
USAGE:
spin up [OPTIONS]
OPTIONS:
...
HTTP TRIGGER OPTIONS:
...
REDIS TRIGGER OPTIONS:
...
The text was updated successfully, but these errors were encountered:
When running the
spin up --help
in a multi-trigger app, the output prints the help options of both but there is no way to identify which set of options belong to which trigger.actual:
expected:
The text was updated successfully, but these errors were encountered: