Skip to content

Commit b829fd2

Browse files
authored
Update README.md
1 parent 7e22715 commit b829fd2

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,24 @@ This can introduce a number challenges one of which is maintaining consistency a
1616

1717
`github-deploy` makes maintaining such configurations as easy as a single command.
1818

19+
### Alais
20+
21+
`gh-deploy`
22+
1923

2024
## Usage
2125

2226
### Creating or Updating files on github
2327

2428

2529
```shell script
26-
github-deploy update --org [org] --token [PAT_TOKEN] --dest [LOCATION TO UPLOAD FILE] --source [SOURCE FILE LOCATION]
30+
gh-deploy update --org [org] --token [PAT_TOKEN] --dest [LOCATION TO UPLOAD FILE] --source [SOURCE FILE LOCATION]
2731
```
2832

2933
Example:
3034

3135
```shell script
32-
github-deploy update --org tj-actions --token [PAT_TOKEN] --dest '.github/workflows/auto-approve.yml' --source auto-approve.yml
36+
gh-deploy update --org tj-actions --token [PAT_TOKEN] --dest '.github/workflows/auto-approve.yml' --source auto-approve.yml
3337
```
3438

3539
> NOTE: `auto-approve.yml` is located on your local system.
@@ -39,13 +43,13 @@ github-deploy update --org tj-actions --token [PAT_TOKEN] --dest '.github/workfl
3943

4044

4145
```shell script
42-
github-deploy delete --org [org] --token [PAT_TOKEN] --dest [LOCATION TO DELETE]
46+
gh-deploy delete --org [org] --token [PAT_TOKEN] --dest [LOCATION TO DELETE]
4347
```
4448

4549
Example:
4650

4751
```shell script
48-
github-deploy delete --org tj-actions --token [PAT_TOKEN] --dest '.github/auto-approve.yml'
52+
gh-deploy delete --org tj-actions --token [PAT_TOKEN] --dest '.github/auto-approve.yml'
4953
```
5054

5155

0 commit comments

Comments
 (0)