A small program to create remote git repositories from the command line.
Note: Environment variables can also be passed directly via CLI parameters, therefore setting said variables are always optional.
Note: API Versions in this README are based on the last time the CLI changed.
Usage:
```
Git Publish 0.4.1
Logan Saso
USAGE:
gitpub [FLAGS] [OPTIONS]
FLAGS: -h, --help Prints help information --setremote Sets the remote of the local dir after successful creation. --sshremote_format Attempts to convert the git remote url into ssh format. If it fails (the provider doesn't support ssh format), the remote isn't set. -V, --version Prints version information
OPTIONS:
--endpoint
SUBCOMMANDS: bitbucket Create a repo on bitbucket. github Create a repo on github. gitlab Create a repo on gitlab. help Prints this message or the help of the given subcommand(s) ```
GITHUB_REPO_TOKEN
to the generated personal access token.Note: If you want to create org repositories the token also requires org
scope.
``` gitpub-github 0.4.1 Create a repo on github.
USAGE:
gitpub github [FLAGS] [OPTIONS] --name
FLAGS: -i, --disableissues Disables issues for this repo. Defaults to false. --merge Enables or disables merging with a merge commit. Defaults to false. --disableprojects Disables projects for this repo. Defaults to false. --rebase Enables or disables rebase-merging for this repo. Defaults to false. --squash Enables or disables squash-merging for this repo. Defaults to false. -w, --disablewiki Disables wikis for this repo. Defaults to false. -h, --help Prints help information --org Creates the repo under an organization. Requires you have CREATE REPO permissions in that org. -p, --private Sets the repository to private. Required 'repo' scope on your personal access token. -r, --initializewith_readme Creates an initial commit with empty README.md. Defaults to false. --team ID of the team that has access to this repo. Only valid when using --org -V, --version Prints version information
OPTIONS:
-d, --description
```
GITLAB_REPO_TOKEN
to the generated personal access token.Note: Optionally set the GITLAB_USERNAME
environment variable to enable printing a link to the repo.
``` gitpub-gitlab 0.4.1 Create a repo on gitlab.
USAGE:
gitpub gitlab [FLAGS] [OPTIONS] --name
FLAGS: --disablecontainerregistry Disables container registry for this repo. -i, --disableissues Disables issues for this repo. --disablejobs Disables jobs for this repo. --disablemerge Disables merging with a merge commit. --disablesharedrunners Disables shared runners for this repo. --disablesnippets Disables snippets for this repo. -w, --disablewiki Disables wikis for this repo. --discussionresolutionrequired Requires discussions are resolved before a merge. -h, --help Prints help information -r, --initializewithreadme Create a blank README for the project. --largefilesupport Enables git large file support. --mergerequestlinkoncommit Print the merge request link when committing to the repository. --mirror Enables pull mirroring in a project. --mirrortriggersbuilds Enables builds on pull mirroring. --pipelinesuccessrequired Requires pipelines to succeed before a merge. --publicbuilds Lets jobs be viewed by non-project members. --requestaccessenabled Allow users to request member access. -V, --version Prints version information
OPTIONS:
--approvalsbeforemerge --tag_list first second third tag
-t, --token
BITBUCKET_REPO_TOKEN
to the generated personal access token.BITBUCKET_USERNAME
to your bitbucket username.``` gitpub-bitbucket 0.4.3 Create a repo on bitbucket.
USAGE:
gitpub bitbucket [FLAGS] [OPTIONS] --name
FLAGS: -i, --disableissues Disables issues for this repo. Defaults to false. -w, --disablewiki Disables wikis for this repo. Defaults to false. -h, --help Prints help information -p, --private Sets the repository to private. -V, --version Prints version information
OPTIONS:
-d, --description