Show your support by giving us a star!

dosei env

Learn how to manage your env variables in your Dosei Projects using the dosei env CLI command.

dosei env list

dosei env list --owner <username>/<project_name>

Using this command you can list all environment variables in a Project.

  • --owner is required

dosei env set

dosei 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

Was this page helpful?