fn list

July 16, 2019 ยท View on GitHub

$ fn list

MANAGEMENT COMMAND
  fn list -   Return a list of created objects
              
USAGE
  fn [global options] list [command options] <subcommand>
    
DESCRIPTION
  This command returns a list of created objects ('app', 'call', 'context', 'function' or 'trigger') or configurations.
    
SUBCOMMANDS
  apps, app, a                 List all created applications
  config, config, cf           List configurations for apps and functions
  contexts, context, ctx       List contexts
  functions, funcs, f, fn      List functions for an application
  triggers, trigs, t, tr       List all triggers
  help, h                      Shows a list of commands or help for one command
                           
COMMAND OPTIONS
  --help, -h  show help

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

Some link