File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2933Example:
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
4549Example:
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
You can’t perform that action at this time.
0 commit comments