Skip to content

Commit

Permalink
GITBOOK-83: Remove --do-not-track flag
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekseyKorzik authored and gitbook-bot committed Jun 24, 2024
1 parent a36772b commit b709a18
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions references/cli-reference/all-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,6 @@ Flags:
--concurrency int How many nodes should run the job (default 1)
--cpu string Job CPU cores (e.g. 500m, 2, 8).
--disk string Job Disk requirement (e.g. 500Gb, 2Tb, 8Tb).
--do-not-track When true the job will not be tracked(?) TODO BETTER DEFINITION
--domain stringArray Domain(s) that the job needs to access (for HTTP networking)
--download Should we download the results once the job is complete?
--download-timeout-secs duration Timeout duration for IPFS downloads. (default 5m0s)
Expand Down Expand Up @@ -961,7 +960,6 @@ bacalhau exec [jobtype] [flags]
```bash
Flags:
--code string Specifies the file, or directory of code to send with the request
--do-not-track When true the job will not be tracked(?) TODO BETTER DEFINITION
--dry-run Do not submit the job, but instead print out what will be submitted
-e, --env strings The environment variables to supply to the job (e.g. --env FOO=bar --env BAR=baz)
-f, --follow When specified will follow the output from the job as it runs
Expand Down Expand Up @@ -2007,7 +2005,6 @@ Flags:
--concurrency int How many nodes should run the job (default 1)
--cpu string Job CPU cores (e.g. 500m, 2, 8).
--disk string Job Disk requirement (e.g. 500Gb, 2Tb, 8Tb).
--do-not-track When true the job will not be tracked(?) TODO BETTER DEFINITION
--domain stringArray Domain(s) that the job needs to access (for HTTP networking)
--download Should we download the results once the job is complete?
--download-timeout-secs duration Timeout duration for IPFS downloads. (default 5m0s)
Expand Down

0 comments on commit b709a18

Please sign in to comment.