Using Different Profiles

git-vars package

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 ../ci-vars/project.env

Before using push with a profile, apply all backup, comparison, target verification, and deletion checks from the previous lesson. Profiles do not make synchronization less destructive.

Optional feedback