@@ -22,13 +22,13 @@ b2c job run JOBID
2222
2323In addition to [ global flags] ( ./index#global-flags ) :
2424
25- | Flag | Short | Description | Default |
26- | ------| -------| ------- ------| ---------|
27- | ` --wait ` | ` -w ` | Wait for job to complete | ` false ` |
28- | ` --timeout ` | ` -t ` | Timeout in seconds when waiting | No timeout |
29- | ` --param ` | ` -P ` | Job parameter in format "name=value" (repeatable) | |
30- | ` --no-wait-running ` | | Do not wait for running job to finish before starting | ` false ` |
31- | ` --show-log ` | | Show job log on failure | ` true ` |
25+ | Flag | Description | Default |
26+ | ------| -------------| ---------|
27+ | ` --wait ` , ` -w ` | Wait for job to complete | ` false ` |
28+ | ` --timeout ` , ` -t ` | Timeout in seconds when waiting | No timeout |
29+ | ` --param ` , ` -P ` | Job parameter in format "name=value" (repeatable) | |
30+ | ` --no-wait-running ` | Do not wait for running job to finish before starting | ` false ` |
31+ | ` --show-log ` | Show job log on failure | ` true ` |
3232
3333### Examples
3434
@@ -76,11 +76,11 @@ b2c job wait JOBID EXECUTIONID
7676
7777In addition to [ global flags] ( ./index#global-flags ) :
7878
79- | Flag | Short | Description | Default |
80- | ------| -------| ------- ------| ---------|
81- | ` --timeout ` | ` -t ` | Timeout in seconds | No timeout |
82- | ` --poll-interval ` | | Polling interval in seconds | ` 3 ` |
83- | ` --show-log ` | | Show job log on failure | ` true ` |
79+ | Flag | Description | Default |
80+ | ------| -------------| ---------|
81+ | ` --timeout ` , ` -t ` | Timeout in seconds | No timeout |
82+ | ` --poll-interval ` | Polling interval in seconds | ` 3 ` |
83+ | ` --show-log ` | Show job log on failure | ` true ` |
8484
8585### Examples
8686
@@ -115,14 +115,14 @@ b2c job search
115115
116116In addition to [ global flags] ( ./index#global-flags ) :
117117
118- | Flag | Short | Description | Default |
119- | ------| -------| ------- ------| ---------|
120- | ` --job-id ` | ` -j ` | Filter by job ID | |
121- | ` --status ` | | Filter by status (comma-separated: RUNNING,PENDING,OK,ERROR) | |
122- | ` --count ` | ` -n ` | Maximum number of results | ` 25 ` |
123- | ` --start ` | | Starting index for pagination | ` 0 ` |
124- | ` --sort-by ` | | Sort by field (start_time, end_time, job_id, status) | ` start_time ` |
125- | ` --sort-order ` | | Sort order (asc, desc) | ` desc ` |
118+ | Flag | Description | Default |
119+ | ------| -------------| ---------|
120+ | ` --job-id ` , ` -j ` | Filter by job ID | |
121+ | ` --status ` | Filter by status (comma-separated: RUNNING,PENDING,OK,ERROR) | |
122+ | ` --count ` , ` -n ` | Maximum number of results | ` 25 ` |
123+ | ` --start ` | Starting index for pagination | ` 0 ` |
124+ | ` --sort-by ` | Sort by field (start_time, end_time, job_id, status) | ` start_time ` |
125+ | ` --sort-order ` | Sort order (asc, desc) | ` desc ` |
126126
127127### Examples
128128
@@ -178,12 +178,12 @@ b2c job import TARGET
178178
179179In addition to [ global flags] ( ./index#global-flags ) :
180180
181- | Flag | Short | Description | Default |
182- | ------| -------| ------- ------| ---------|
183- | ` --keep-archive ` | ` -k ` | Keep archive on instance after import | ` false ` |
184- | ` --remote ` | ` -r ` | Target is a filename already on the instance (in Impex/src/instance/) | ` false ` |
185- | ` --timeout ` | ` -t ` | Timeout in seconds | No timeout |
186- | ` --show-log ` | | Show job log on failure | ` true ` |
181+ | Flag | Description | Default |
182+ | ------| -------------| ---------|
183+ | ` --keep-archive ` , ` -k ` | Keep archive on instance after import | ` false ` |
184+ | ` --remote ` , ` -r ` | Target is a filename already on the instance (in Impex/src/instance/) | ` false ` |
185+ | ` --timeout ` , ` -t ` | Timeout in seconds | No timeout |
186+ | ` --show-log ` | Show job log on failure | ` true ` |
187187
188188### Examples
189189
@@ -230,22 +230,22 @@ b2c job export
230230
231231In addition to [ global flags] ( ./index#global-flags ) :
232232
233- | Flag | Short | Description | Default |
234- | ------| -------| ------- ------| ---------|
235- | ` --output ` | ` -o ` | Output path for the export | ` . ` (current directory) |
236- | ` --data-units ` | | Data units JSON configuration | |
237- | ` --site ` | | Site ID(s) to export (comma-separated, repeatable) | |
238- | ` --site-data ` | | Site data types to export (comma-separated) | |
239- | ` --global-data ` | | Global data types to export (comma-separated) | |
240- | ` --catalog ` | | Catalog ID(s) to export (comma-separated) | |
241- | ` --pricebook ` | | Pricebook ID(s) to export (comma-separated) | |
242- | ` --library ` | | Library ID(s) to export (comma-separated) | |
243- | ` --inventory ` | | Inventory list ID(s) to export (comma-separated) | |
244- | ` --keep-archive ` | ` -k ` | Keep archive on instance after download | ` false ` |
245- | ` --no-download ` | | Do not download archive (implies --keep-archive) | ` false ` |
246- | ` --zip-only ` | | Save as zip file without extracting | ` false ` |
247- | ` --timeout ` | ` -t ` | Timeout in seconds | No timeout |
248- | ` --show-log ` | | Show job log on failure | ` true ` |
233+ | Flag | Description | Default |
234+ | ------| -------------| ---------|
235+ | ` --output ` , ` -o ` | Output path for the export | ` . ` (current directory) |
236+ | ` --data-units ` | Data units JSON configuration | |
237+ | ` --site ` | Site ID(s) to export (comma-separated, repeatable) | |
238+ | ` --site-data ` | Site data types to export (comma-separated) | |
239+ | ` --global-data ` | Global data types to export (comma-separated) | |
240+ | ` --catalog ` | Catalog ID(s) to export (comma-separated) | |
241+ | ` --pricebook ` | Pricebook ID(s) to export (comma-separated) | |
242+ | ` --library ` | Library ID(s) to export (comma-separated) | |
243+ | ` --inventory ` | Inventory list ID(s) to export (comma-separated) | |
244+ | ` --keep-archive ` , ` -k ` | Keep archive on instance after download | ` false ` |
245+ | ` --no-download ` | Do not download archive (implies --keep-archive) | ` false ` |
246+ | ` --zip-only ` | Save as zip file without extracting | ` false ` |
247+ | ` --timeout ` , ` -t ` | Timeout in seconds | No timeout |
248+ | ` --show-log ` | Show job log on failure | ` true ` |
249249
250250### Examples
251251
0 commit comments