@@ -52,17 +52,15 @@ FLAGS:
5252 --squash Enables or disables squash-merging for this repo. Defaults to false.
5353 -w, --disable_wiki Disables wikis for this repo. Defaults to false.
5454 -h, --help Prints help information
55- --org Creates the repo under an organization. Requires you have CREATE REPO permissions in
56- that org.
55+ --org Creates the repo under an organization. Requires you have CREATE REPO permissions in that org.
5756 -p, --private Sets the repository to private. Required 'repo' scope on your personal access token.
5857 -r, --initialize_with_readme Creates an initial commit with empty README.md. Defaults to false.
5958 --team ID of the team that has access to this repo. Only valid when using --org
6059 -V, --version Prints version information
6160
6261OPTIONS:
6362 -d, --description <description> A short description of the repository.
64- --gitignore <gitignore> Language template: ex 'Rust'. View more templates at
65- https://github.com/github/gitignore/
63+ --gitignore <gitignore> Language template: ex 'Rust'. View more templates at https://github.com/github/gitignore/
6664 --homepage <homepage> A URL with more information about the repository.
6765 --license <license> License template: ex 'mit' or 'mpl-2.0'. View more at https://choosealicense.com/
6866 -n, --name <name> The name of the new repository.
@@ -112,26 +110,14 @@ OPTIONS:
112110 --default_branch <default_branch> Set default branch. Defaults to master.
113111 -d, --description <description> A short description of the repository.
114112 --import_url <import_url> Supply a URL to import a repo from.
115- --merge_method <merge_method>
116- Sets the merge method. [possible values: merge, rebase_merge, ff]
117-
113+ --merge_method <merge_method> Sets the merge method. [possible values: merge, rebase_merge, ff]
118114 -n, --name <name> The name of the new repository.
119- --namespace_id <namespace_id>
120- Namespace for the new project (defaults to the current user’s namespace)
121-
122- --path <path>
123- The path for the new repo. Generated based on name if not provided (generated lowercased with dashes).
124-
125- --repository_storage <repository_storage>
126- An advanced parameter to designate which shard the repo is on, available only to admins.
127-
128- --tag_list <tag_list>...
129- A list of tags for a repo. Takes up to four params. `--tag_list first second third tag`
130-
131- -t, --token <token>
132- A personal access token. Alternatively read from GITLAB_REPO_TOKEN env variable. [env: GITLAB_REPO_TOKEN=<YOUR_TOKEN>]
133- --visibility <visibility>
134- The visibility of the project [possible values: public, internal, private]
115+ --namespace_id <namespace_id> Namespace for the new project (defaults to the current user’s namespace)
116+ --path <path> The path for the new repo. Generated based on name if not provided (generated lowercased with dashes).
117+ --repository_storage <repository_storage> An advanced parameter to designate which shard the repo is on, available only to admins.
118+ --tag_list <tag_list>... A list of tags for a repo. Takes up to four params. `--tag_list first second third tag`
119+ -t, --token <token> A personal access token. Alternatively read from GITLAB_REPO_TOKEN env variable. [env: GITLAB_REPO_TOKEN=<YOUR_TOKEN>]
120+ --visibility <visibility> The visibility of the project [possible values: public, internal, private]
135121```
136122
137123## BitBucket Setup
@@ -160,8 +146,7 @@ FLAGS:
160146OPTIONS:
161147 -d, --description <description> A short description of the repository.
162148 -e, --endpoint <endpoint> Allows redirection of requests to enterprise providers.
163- --fork_policy <fork_policy> Changes the allowed forking method for this repo. [possible values: allow_forks,
164- no_public_forks, no_forks]
149+ --fork_policy <fork_policy> Changes the allowed forking method for this repo. [possible values: allow_forks, no_public_forks, no_forks]
165150 -n, --name <name> The name of the new repository.
166151 --scm <scm> Control underlying source control method. [possible values: git, hg]
167152 -t, --token <token> A personal access token. Alternatively read from BITBUCKET_REPO_TOKEN env variable. [env: BITBUCKET_REPO_TOKEN=<YOUR_TOKEN>]
0 commit comments