Environments help you isolate your resources and manage your deployments.
dev
environment, a staging
environment, and a production
environment. Each environment can have its own set of resources, configurations, and deployments.
Tensorfuse has a default
environment when it is initially configured and all your deployments without the --env
flag are deployed in the default
environment. New environments
can be created using the following CLI command :-
--env
flag that allows you to specify the environment in which you want to run the command. For example, to deploy an application in the staging
environment, you can run the following command :-