We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 344e81c commit b27c69fCopy full SHA for b27c69f
README.md
@@ -32,4 +32,13 @@ You only need to execute `createTeamProject.sh`.
32
createTeamProject.sh
33
```
34
35
-This file contains the settings to call the commands inside `commands.sh`.
+This file contains the settings to call the commands inside `commands.sh`.
36
+
37
+```bash
38
+./commands.sh \
39
+-o "https://your_organization" \
40
+-c "[customer name]" \
41
+-m "[customer code]" \
42
+-p "[team project name]" \
43
+-f "[path to the file containing the PAT code]"
44
+```
0 commit comments