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

Update the "fn get --help" CLI help text #600

Open
michael-w-williams opened this issue Oct 18, 2019 · 0 comments
Open

Update the "fn get --help" CLI help text #600

michael-w-williams opened this issue Oct 18, 2019 · 0 comments
Labels

Comments

@michael-w-williams
Copy link
Member

The help text for "fn get --help" needs to be updated. Both "call" and "log" are no longer options for the command. So the text needs to updated as described below.

Here is the current text for "fn get --help":

fn get -   Get an object to retrieve its information

USAGE
fn [global options] get [command options] <subcommand>

DESCRIPTION
This command gets a 'call', 'configuration' or 'log' to retrieve information for an object ('app' or 'function').

SUBCOMMANDS
config, config, cf      Get configurations for apps and functions
help, h                 Shows a list of commands or help for one command

COMMAND OPTIONS
--help, -h  show help

FURTHER HELP:  See 'fn get <subcommand> --help' for more information about a command.

The text should be:

  fn get - Get an object to retrieve its information

USAGE
  fn [global options] get [command options] <subcommand>

DESCRIPTION
  This command gets the configuration information for an 'app' or 'function'.

SUBCOMMANDS
  config, cf      Get configurations for apps and functions
  help, h         Shows a list of commands or help for one command

COMMAND OPTIONS
  --help, -h  show help

FURTHER HELP:  See 'fn get <subcommand> --help' for more information about a command.

This issue was originially reported in: fnproject/docs#120

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant