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
If applicable, what version of Node.js are you using?
No response
Amplify CLI Version
10.5.1
What operating system are you using?
Ubuntu
Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.
No
Describe the bug
I ran amplify publish --help because I wanted to find out how I could suppress the confirmation prompt. However, the command just ran as tho I hadn't added --help. I cannot find a decent cli help for the amplify cli anywhere.
Expected behavior
amplify cli should be a good citizen and output information about possible options etc when --help is used
Reproduction steps
Just run amplify publish --help
Project Identifier
No response
Log output
# Put your logs below this line
Additional information
No response
Before submitting, please confirm:
I have done my best to include a minimal, self-contained set of instructions for consistently reproducing the issue.
I have removed any sensitive information from my code snippets and submission.
The text was updated successfully, but these errors were encountered:
By doing some more googling, I found a reference to a global --yes parameter in here https://docs.amplify.aws/cli/usage/headless/. This was just by luck, I'd never thought of googling "headless mode".
Please fix the help interface for amplify cli so that we don't have to rely on arbitrary google searches to get to know the cli.
Hey @trondhindenes 👋 thanks for raising this! I think this is an excellent request and as such I have marked it as a feature request 🙂 there is an active effort around improving "help" as a whole.
How did you install the Amplify CLI?
npm
If applicable, what version of Node.js are you using?
No response
Amplify CLI Version
10.5.1
What operating system are you using?
Ubuntu
Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.
No
Describe the bug
I ran
amplify publish --help
because I wanted to find out how I could suppress the confirmation prompt. However, the command just ran as tho I hadn't added--help
. I cannot find a decent cli help for the amplify cli anywhere.Expected behavior
amplify cli should be a good citizen and output information about possible options etc when
--help
is usedReproduction steps
Just run
amplify publish --help
Project Identifier
No response
Log output
Additional information
No response
Before submitting, please confirm:
The text was updated successfully, but these errors were encountered: