Skip to content

Running

To apply settings for a single project, run the app with the path to the project, f.e.:

gitlabform my-group/my-project1

To apply settings for a group of projects, run:

gitlabform my-group

To apply settings for all groups of projects and projects explicitly defined in the config, run:

gitlabform ALL_DEFINED

To apply settings for all groups and projects that you can modify, run:

gitlabform ALL

To see what changes are being made, run:

gitlabform ALL_DEFINED --verbose

To see what changes are being made but limit the output to only those settings that are changing, run:

gitlabform -c config.yml ALL_DEFINED --verbose --diff-only-changed

Run:

gitlabform -h

...to see the current set of supported command line parameters.