@@ -866,7 +866,6 @@ Flags:
866
866
--concurrency int How many nodes should run the job (default 1)
867
867
--cpu string Job CPU cores (e.g. 500m, 2, 8).
868
868
--disk string Job Disk requirement (e.g. 500Gb, 2Tb, 8Tb).
869
- --do-not-track When true the job will not be tracked(? ) TODO BETTER DEFINITION
870
869
--domain stringArray Domain(s) that the job needs to access (for HTTP networking)
871
870
--download Should we download the results once the job is complete?
872
871
--download-timeout-secs duration Timeout duration for IPFS downloads. (default 5m0s)
@@ -961,7 +960,6 @@ bacalhau exec [jobtype] [flags]
961
960
```bash
962
961
Flags:
963
962
--code string Specifies the file, or directory of code to send with the request
964
- --do-not-track When true the job will not be tracked(?) TODO BETTER DEFINITION
965
963
--dry-run Do not submit the job, but instead print out what will be submitted
966
964
-e, --env strings The environment variables to supply to the job (e.g. --env FOO=bar --env BAR=baz)
967
965
-f, --follow When specified will follow the output from the job as it runs
@@ -2007,7 +2005,6 @@ Flags:
2007
2005
--concurrency int How many nodes should run the job (default 1)
2008
2006
--cpu string Job CPU cores (e.g. 500m, 2, 8).
2009
2007
--disk string Job Disk requirement (e.g. 500Gb, 2Tb, 8Tb).
2010
- --do-not-track When true the job will not be tracked(? ) TODO BETTER DEFINITION
2011
2008
--domain stringArray Domain(s) that the job needs to access (for HTTP networking)
2012
2009
--download Should we download the results once the job is complete?
2013
2010
--download-timeout-secs duration Timeout duration for IPFS downloads. (default 5m0s)
0 commit comments