_nifectl builtins_

About#

View and manage Nifectl deployment builtins โ€” essential tools that streamline app deployment and configuration directly from the command line.

Usage#

nifectl builtins [command]

Available Commands#

  • list โ€“ List available Nifectl deployment builtins
  • show โ€“ Show details of a builtin's configuration
  • show-app โ€“ Show details of apps using builtin configurations

Options#

-h, --help help for builtins

Global Options#

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

nifectl builtins list#

About#

List all available Nifectl deployment builtins and their descriptions.

Usage#

nifectl builtins list [flags]

Options#

-h, --help help for builtins

Global Options#

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

nifectl builtins show-app#

About#

Display detailed information about Nife deployment builtins, including Dockerfile configurations, app settings, and environment variables.

Usage#

nifectl builtins show-app [flags]

Options#

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

Global Options#

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

nifectl builtins show#

About#

Show details of a Nife deployment builtin, including default Dockerfile settings and other configuration data.

Usage#

nifectl builtins show [<builtin name>] [flags]

Options#

-h, --help help for builtins

Global Options#

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

Summary#

The Nifectl builtins command enables developers to explore, manage, and understand built-in deployment templates within the Nife platform. Ideal for automating cloud workflows, improving consistency, and optimizing DevOps efficiency.