Open ykethan opened 1 year ago
an example
➜ amplify add api -h
amplify api <subcommands>
add Takes you through a CLI flow to add a api resource to your local backend
push Provisions api cloud resources and its dependencies with the latest local developments
remove Removes api resource from your local backend which would be removed from the cloud on the next push command
update Takes you through steps in the CLI to update an api resource
gql-compile Compiles your GraphQL schema and generates a corresponding cloudformation template
add-graphql-datasource Provisions the AppSync resources and its dependencies for the provided Aurora Serverless data source
console Opens the web console for the selected api service
migrate Migrates GraphQL schemas to the latest GraphQL transformer version
rebuild Removes and recreates all DynamoDB tables backing a GraphQL API. Useful for resetting test data during the development phase of an app
override Generates overrides file to apply custom modifications to CloudFormation
How did you install the Amplify CLI?
No response
If applicable, what version of Node.js are you using?
No response
Amplify CLI Version
11.0.3
What operating system are you using?
Mac
Did you make any manual changes to the cloud resources managed by Amplify? Please describe the changes made.
none
Describe the bug
When adding working help command that contains a sub command, the output does not provide the correct information. the output also contains
for example:
Expected behavior
subcommands should be correctly dispalyed on the help command
Reproduction steps
amplify status api -h
amplify add -h api
Project Identifier
No response
Log output
Additional information
No response
Before submitting, please confirm: