_nifectl regions_

About#

Configure the region placement rules for an application.

Usage#

nifectl regions [command] [flags]

Available Commands#

  • add - Allow the app to run in the provided regions
  • backup - Sets the backup region pool with provided regions
  • list - Shows the list of regions the app is allowed to run in
  • remove - Prevent the app from running in the provided regions
  • request - Allow the user to request for region
  • set - Sets the region pool with provided regions

Options#

-a, --app string App name to operate on
-c, --config string Path to an app config file or directory containing one (default "./nife.toml")
-h, --help help for regions

Global Options#

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

See Also#

nifectl regions add#

Allow the app to run in one or more regions

Usage#

nifectl regions add REGION ... [flags]

Options#

-a, --app string App name to operate on
-c, --config string Path to an app config file or directory containing one (default "./nife.toml")
-h, --help help for add

Global Options#

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

nifectl regions backup#

Sets the backup region pool with provided regions

Usage#

nifectl regions backup REGION ... [flags]

Options#

-a, --app string App name to operate on
-c, --config string Path to an app config file or directory containing one (default "./nife.toml")
-h, --help help for add

Global Options#

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

nifectl regions list#

Shows the list of regions the app is allowed to run in

About#

Shows the list of regions the app is allowed to run in.

Usage#

nifectl regions list [flags]

Options#

-a, --app string App name to operate on
-c, --config string Path to an app config file or directory containing one (default "./nife.toml")
-h, --help help for list

Global Options#

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

nifectl regions remove#

Prevent the app from running in the provided regions

Usage#

nifectl regions remove REGION ... [flags]

Options#

-a, --app string App name to operate on
-c, --config string Path to an app config file or directory containing one (default "./nife.toml")
-h, --help help for remove

Global Options#

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

nifectl regions request#

Allow the user to request for additional region

About#

Allow the user to request for additional region

Usage#

nifectl regions request REGION ... [flags]

Options#

-a, --app string App name to operate on
-c, --config string Path to an app config file or directory containing one (default "./nife.toml")
-h, --help help for remove

Global Options#

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

See Also#

nifectl regions set#

Sets the region pool with provided regions

About#

Sets the region pool with provided regions

Usage#

nifectl regions set REGION ... [flags]

Options#

-a, --app string App name to operate on
-c, --config string Path to an app config file or directory containing one (default "./nife.toml")
-h, --help help for set

Global Options#

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