dctl env
Learn how to manage your env variables in your Dosei Projects using the dctl env CLI command.
dctl env list
dctl env list --owner <username>/<project_name>
Using this command you can list all environment variables in a Project.
--owner
is required
dctl env set
dctl env set --file <env_file_path> --owner <username>/<project_name>
Using this command you can set all environment variables listed in the file to a project.
Options:
--file
is not required, defaults to.env
--owner
is required--yes
is not required, You can pass this option to bypass the confirmation prompt