We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ebcd61a + 4f7ad45 commit 1101d4fCopy full SHA for 1101d4f
README.md
@@ -9,7 +9,7 @@ xpanse agent to poll and execute config change requests.
9
make build
10
```
11
12
-### Start the xpanse-agent
+### Run xpanse-agent
13
14
```shell
15
./xpanse-agent -h
@@ -35,4 +35,10 @@ Flags:
35
-h, --help help for xpanse-agent
36
37
Use "xpanse-agent [command] --help" for more information about a command.
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