Skip to content

Commit 1101d4f

Browse files
authored
Merge pull request #4 from swaroopar/feature/update-readme
add env var doc
2 parents ebcd61a + 4f7ad45 commit 1101d4f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ xpanse agent to poll and execute config change requests.
99
make build
1010
```
1111

12-
### Start the xpanse-agent
12+
### Run xpanse-agent
1313

1414
```shell
1515
./xpanse-agent -h
@@ -35,4 +35,10 @@ Flags:
3535
-h, --help help for xpanse-agent
3636

3737
Use "xpanse-agent [command] --help" for more information about a command.
38-
```
38+
```
39+
40+
## Environment Variables
41+
42+
All arguments can also be read from environment variables.
43+
Variables in environment variables must be all in uppercase and
44+
must be prefixed with `XPANSE_AGENT_`.

0 commit comments

Comments
 (0)