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
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 helpfor 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 helpfor one command
COMMAND OPTIONS
--help, -h show help
FURTHER HELP: See 'fn get <subcommand> --help'for more information about a command.
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":
The text should be:
This issue was originially reported in: fnproject/docs#120
The text was updated successfully, but these errors were encountered: