gitlab

Description

Create a gitlab context.

Git context are used to clone repositories during pipeline execution.
Learn more about git context here: https://codefresh.io/docs/docs/codefresh-yaml/steps/git-clone/.
To create gitlab context you need to generate the token here: https://gitlab.com/profile/personal_access_tokens.

Command

codefresh create context git gitlab <name>

Options

Option Alias Type Default Description
--sharing-policy string AccountAdmins Set the sharing policy for git contexts

Possible values:
- AccountAdmins
- AllUsersInAccount
--behind-firewall boolean false Set to true to mark this context with behind firewall flag
--help Print help information
--access-token -t Access token from to be used to clone repositories. required
--api-url -a string https://gitlab.com/api/v4/ URL of the api. required