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
I had read the command document file. But two questions haunts me:
This command gets a 'call', 'configuration' or 'log' to retrieve information for an object ('app' or 'function').
In this desciption, this command gets a 'call', 'configuration' or 'log',but when I run fn get log appname
this result is Fn: 'log' is not a Fn Command
[root@node100 fn]# 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.
Who can tell me how to get the runtime log of apps and functions ?
The text was updated successfully, but these errors were encountered:
I had read the command document file. But two questions haunts me:
This command gets a 'call', 'configuration' or 'log' to retrieve information for an object ('app' or 'function').
In this desciption, this command gets a 'call', 'configuration' or 'log',but when I run
fn get log appname
this result is
Fn: 'log' is not a Fn Command
The text was updated successfully, but these errors were encountered: