_nifectl init_
Overview#
The nifectl init command helps you set up and configure a new application on the Nife platform. It automatically registers the app and generates the nife.toml configuration file, which defines deployment behavior and runtime details.
You can also specify build methods using Dockerfile or Cloud Native Buildpacks, making this command ideal for both containerized and serverless workflows.
Usage#
Options#
Global Options#
Best Practice Tips#
- Use
--builderfor simplified cloud-native builds. - Store your
nife.tomlfile in version control for consistent deployments. - Use
--orgto clearly define ownership for better resource management.
See Also#
- nifectl - The Nife CLI Home Command