File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ git commit checked out.
18
18
19
19
## Usage
20
20
21
- ` $ ./github-deploy `
21
+ ` $ ./github-deploy --help `
22
22
```
23
23
NAME:
24
24
github-deploy - A CLI that integrates deployments with github
@@ -40,13 +40,12 @@ COMMANDS:
40
40
GLOBAL OPTIONS:
41
41
--git-commit value git commit ID [$BUILDKITE_COMMIT, $CIRCLE_SHA1, $TRAVIS_PULL_REQUEST_SHA]
42
42
--git-branch value git branch [$BUILDKITE_BRANCH, $CIRCLE_BRANCH, $TRAVIS_BRANCH]
43
- --git-ref-commit use the commit as deployment reference instead of branch
44
43
--git-origin value URL of the repo [$BUILDKITE_REPO, $CIRCLE_REPOSITORY_URL]
44
+ --git-ref-commit use the commit as deployment reference instead of branch
45
45
--github-token value Github Personal access token to interact with the Github API (default: <secret:github-token>) [$GITHUB_AUTH_TOKEN]
46
46
--help, -h show help
47
47
--version, -v print the version
48
48
```
49
-
50
49
## Scripts interface
51
50
52
51
### ` DEPLOY_SCRIPT <TARGET> `
You can’t perform that action at this time.
0 commit comments