From b709a1839cdeaa1a65b9b348d9c01379bc332a67 Mon Sep 17 00:00:00 2001 From: Aleksey Korzik Date: Mon, 24 Jun 2024 10:04:40 +0000 Subject: [PATCH] GITBOOK-83: Remove --do-not-track flag --- references/cli-reference/all-flags.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/references/cli-reference/all-flags.md b/references/cli-reference/all-flags.md index 8c4f4da..78e68da 100644 --- a/references/cli-reference/all-flags.md +++ b/references/cli-reference/all-flags.md @@ -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) @@ -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 @@ -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)