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