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

amplify remove function --help is incorrect #12101

Closed
2 tasks done
stuartlangridge opened this issue Feb 23, 2023 · 3 comments
Closed
2 tasks done

amplify remove function --help is incorrect #12101

stuartlangridge opened this issue Feb 23, 2023 · 3 comments
Assignees
Labels
bug Something isn't working documentation Add or update documentation pending-release Code has been merged but pending release platform Issues tied to the general CLI platform

Comments

@stuartlangridge
Copy link

How did you install the Amplify CLI?

npm

If applicable, what version of Node.js are you using?

v18.14.1

Amplify CLI Version

10.7.3

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 manual changes made

Describe the bug

The help for amplify function remove is not correct.

$ npx amplify remove function -h
USAGE
  amplify function remove

DESCRIPTION
  Builds all the functions in the project

LEARN MORE
  https://docs.amplify.aws/cli/commands/function

Remove doesn't build all the functions, and the LEARN MORE link is 404.

Expected behavior

The help should be correct (in particular, can I do amplify remove function someFunctionName?

The help link should point at documentation (I don't know where actual CLI documentation is; https://docs.amplify.aws/cli/function/ has some details but it's not a man page or similar).

Reproduction steps

amplify remove function -h

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.
@stuartlangridge stuartlangridge added the pending-triage Issue is pending triage label Feb 23, 2023
@josefaidt josefaidt added bug Something isn't working documentation Add or update documentation platform Issues tied to the general CLI platform and removed pending-triage Issue is pending triage labels Feb 23, 2023
@josefaidt josefaidt self-assigned this Feb 23, 2023
@josefaidt josefaidt added the pending-release Code has been merged but pending release label Feb 23, 2023
@ykethan
Copy link
Member

ykethan commented Feb 24, 2023

related to fix on #12037

@edwardfoyle
Copy link
Contributor

This is resolved in version 10.8.0 of the CLI. Please upgrade to try it out.

@github-actions
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Add or update documentation pending-release Code has been merged but pending release platform Issues tied to the general CLI platform
Projects
None yet
Development

No branches or pull requests

4 participants