Best practices
Set your Personal Access Token as an environment variable
Your Specify personal access token must always be private. We highly recommend you to set it in a private environment variable or in a .env
file.
Using an .env
file in a JavaScript config file
.env
file in a JavaScript config file.env
.specifyrc.mjs
Using the --personal-access-token
CLI flag
--personal-access-token
CLI flagYou can inject your personal access token through the --personal-access-token, -p
CLI flag.
You can use this method to sync Specify with git repositories in GitLab, GitHub, Azure DevOps or Bitbucket.
Last updated