gitlabctl new
Create a Gitlab resource
Synopsis
Create a Gitlab resource
Options
-h, --help help for new
-o, --out string Print the command output to the desired format. (json, yaml, simple) (default "simple")
Options inherited from parent commands
--config string config file (default is $HOME/.gitlabctl.yaml)
SEE ALSO
- gitlabctl - Gitlab command-line interface
- gitlabctl new branch - Create a new branch for a specified project
- gitlabctl new group - Create a new group by specifying the group name as the first argument
- gitlabctl new member - Create a new member by specifying the member name as the first argument
- gitlabctl new project - Create a new project by specifying the project name as the first argument
- gitlabctl new project-hook - Create a new project hook by specifying the project id or project path as the first argument
- gitlabctl new release - Create a new release for the specified project’s tag
- gitlabctl new ssh-key - Upload or create ssh key for a gitlab user
- gitlabctl new tag - Create a new tag for a specified project
- gitlabctl new user - Create a new user by specifying the username as the first argument