Intro
CI/CD Fundamentals
git-vars package
Role Based Access Control
Protected Branches and Tags
Security Templates
Artifact Management
git-vars package
Using Different Profiles
<
>
Using Different Profiles
If you need to use a different profile than the default one specified in the .git-vars configuration file, include the --profile
option in your commands. For example:
git-vars pull --profile <PROFILE-NAME> -s project -f .env.project
git-vars push --profile <PROFILE-NAME> -f .env.project