fn create

September 26, 2018 ยท View on GitHub

$ fn create

MANAGEMENT COMMAND
  fn create -   Create a new object
                
USAGE
  fn [global options] create [command options] <object-type>
    
DESCRIPTION
  This command creates a new object ('app', 'context', 'function', or 'trigger').
    
SUBCOMMANDS
  app, apps, a               Create a new application
  context, ctx               Create a new context
  function, func, f, fn      Create a function within an application
  trigger, trig, t, tr       Create a new trigger
  help, h                    Shows a list of commands or help for one command
                         
COMMAND OPTIONS
  --help, -h  show help

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

Some link