_nifectl list_

Lists your Nife resources

About#

The list command is for listing your resources on has two subcommands, apps and orgs.

The apps command lists your applications. There are filtering options available.

The orgs command lists all the organizations you are a member of.

Usage#

nifectl list [command] [flags]

Aliases#

list, ls

Available Commands#

  • apps - Lists all your apps
  • orgs - List all your organizations

Options#

-h, --help help for list

Global Options#

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

See Also#

nifectl list apps#

Lists all your apps

About#

The list apps command lists all your applications. As this may be a long list, there are options to filter the results.

Specifying a text string as a parameter will only return applications where the application name contains the text.

The --orgs/-o flag allows you to specify the name of an organization that the application must be owned by. (see list orgs for organization names).

The --status/-s flag allows you to specify status applications should be at to be returned in the results. e.g. -s running would only return running applications.

Usage#

nifectl list apps [text] [-o org] [-s status] [flags]

Options#

-h, --help help for apps
-o, --org string Show only apps in this organisation
-s, --status string Show only apps with this status

Global Options#

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

nifectl list orgs#

List all your organizations

About#

Lists all organizations which your are a member of. It will show the short name and the long name of the organization.

Usage#

nifectl list orgs [flags]

Options#

-h, --help help for orgs

Global Options#

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