_nifectl apps_

Manage Apps

About#

The APPS commands focus on managing your Nife applications. Start with the CREATE command to register your application. The LIST command will list all currently registered applications.

Usage#

nifectl apps [command] [flags]

Available Commands#

  • create - Create a new application
  • destroy - Permanently destroys an App
  • download - Download App
  • list - List applications
  • move - Move an App to another organization
  • resume - Resume an application
  • revert - Revert an App to pervious version
  • sourcelist - List an App's Source List
  • suspend - Suspend an application
  • switch - Sets Current App

Options#

-h, --help help for apps

Global Options#

-t, --access-token string Nife API Access Token
-j, --json json output

See Also#