Skip to content
Snippets Groups Projects
Commit a5ce656d authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

update readme

parent 01d5e690
Branches
No related tags found
No related merge requests found
......@@ -112,4 +112,24 @@ IMLCI_FILE=
```
Remark: using the cfg file is optional. It countains default values.
all values can be set by command line parameters.
\ No newline at end of file
all values can be set by command line parameters.
Usage of getfile.sh:
```
SYNTAX:
-d enable debug infos
-e PHASE phase; overrides env variable IMLCI_PHASE
-f FILE filename to get; overrides env variable IMLCI_FILE
-o OUTFILE optional output file; default; given filename in current directory
-p PROJECT ci project id; overrides env variable IMLCI_PROJECT
-s SECRET override secret in IMLCI_PKG_SECRET
-u URL URL of iml ci server without trailing /; overrides env variable IMLCI_URL
DEFAULTS:
You don't need to set all values by command line. Use a config to set defaults
./getfile.sh.cfg
EXAMPLES:
getfile.sh -u https://ci.example.com -f [FILE]
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment