Skip to content

Commit 267470b

Browse files
committed
README: update with mdsh
1 parent 2470bc3 commit 267470b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ git commit checked out.
1818

1919
## Usage
2020

21-
`$ ./github-deploy`
21+
`$ ./github-deploy --help`
2222
```
2323
NAME:
2424
github-deploy - A CLI that integrates deployments with github
@@ -40,13 +40,12 @@ COMMANDS:
4040
GLOBAL OPTIONS:
4141
--git-commit value git commit ID [$BUILDKITE_COMMIT, $CIRCLE_SHA1, $TRAVIS_PULL_REQUEST_SHA]
4242
--git-branch value git branch [$BUILDKITE_BRANCH, $CIRCLE_BRANCH, $TRAVIS_BRANCH]
43-
--git-ref-commit use the commit as deployment reference instead of branch
4443
--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
4545
--github-token value Github Personal access token to interact with the Github API (default: <secret:github-token>) [$GITHUB_AUTH_TOKEN]
4646
--help, -h show help
4747
--version, -v print the version
4848
```
49-
5049
## Scripts interface
5150

5251
### `DEPLOY_SCRIPT <TARGET>`

0 commit comments

Comments
 (0)