File tree Expand file tree Collapse file tree 1 file changed +51
-0
lines changed
Expand file tree Collapse file tree 1 file changed +51
-0
lines changed Original file line number Diff line number Diff line change @@ -51,5 +51,56 @@ gh-deploy delete --org tj-actions --token [PAT_TOKEN] --dest '.github/auto-appro
5151```
5252
5353
54+
55+ ## COMMAND
56+ ` gh-deploy --help `
57+
58+ ```
59+ Usage: gh-deploy [OPTIONS] COMMAND [ARGS]...
60+
61+ Deploy changes to multiple github repositories using a single command.
62+
63+ Options:
64+ --help Show this message and exit.
65+
66+ Commands:
67+ delete Delete a file in all repositories owned by an organization/user.
68+ upload Upload a file to all repositories owned by an organization/user.
69+
70+ ```
71+
72+ ` gh-deploy upload --help `
73+
74+ ```
75+ Usage: gh-deploy upload [OPTIONS]
76+
77+ Upload a file to all repositories owned by an organization/user.
78+
79+ Options:
80+ --org TEXT The github organization.
81+ --token TEXT Personal Access token with read and write
82+ access to org.
83+
84+ --source PATH Source file.
85+ --dest TEXT Destination path.
86+ --overwrite / --no-overwrite Overwrite existing files.
87+ --private / --no-private Upload files to private repositories.
88+ --help Show this message and exit.
89+ ```
90+
91+ ` gh-deploy delete --help `
92+
93+ ```
94+ Usage: gh-deploy delete [OPTIONS]
95+
96+ Delete a file in all repositories owned by an organization/user.
97+
98+ Options:
99+ --org TEXT The github organization.
100+ --token TEXT Personal Access token with read and write access to org.
101+ --dest TEXT Destination path to delete.
102+ --help Show this message and exit.
103+ ```
104+
54105### Resources
55106- http://www.gigamonkeys.com/mono-vs-multi/
You can’t perform that action at this time.
0 commit comments