@@ -16,11 +16,12 @@ npm i -g @tideflowio/tideflow-agent
1616 Usage: index [options]
1717
1818 Options:
19- -v, --version output the version number
20- -c, --concurrency [concurrency] Max number of jobs the agent should process concurrently
21- -t, --token [token] Authentication token
22- --noupdate Opt-out of update version check
23- -h, --help output usage information
19+ -v, --version output the version number
20+ -c, --concurrency [concurrency] Max number of jobs the agent should process concurrently
21+ -t, --token [token] Authentication token
22+ -u, --url [url] Tideflow url
23+ --noupdate Opt-out of update version check
24+ -h, --help output usage information
2425
2526 Examples:
2627 $ tideflow-agent --help
@@ -29,14 +30,14 @@ npm i -g @tideflowio/tideflow-agent
2930You can also run the agent without installing it, via npx.
3031
3132``` bash
32- npx @tideflowio/tideflow-agent -t [token]
33+ npx @tideflowio/tideflow-agent -t [token] -u tideflow.example.com
3334```
3435
3536## Environment variables
3637
3738``` bash
3839# Specify the URL to connect to the Tideflow's platform.
39- # Optional. Defaults to localhost:1337
40+ # Optional. Defaults to localhost:1337 if no -u parameter set
4041# Example: http://subdomain.example.com:1337
4142TF_AGENT_URL
4243```
0 commit comments