@@ -264,7 +264,7 @@ these warnings.
264264
265265### Help Output
266266```
267- usage: sat_import.py [-h] [-o ORG] -d DATE [-n] [-r] [-l] [-L] [-c] [-f] [--fixhistory]
267+ usage: sat_import.py [-h] [-o ORG] -d DATE [-n] [-r] [-l] [-L] [-c] [-f] [--fixhistory] [-u]
268268
269269Performs Import of Default Content View.
270270
@@ -375,7 +375,7 @@ specified number of versions beyond the oldest in-use.
375375
376376
377377```
378- usage: clean_content_views.py [-h] [-o ORG] [-a] [-c] [-d]
378+ usage: clean_content_views.py [-h] [-o ORG] [-a] [-c] [-d] [-i]
379379
380380Cleans content views for specified organization.
381381
@@ -417,6 +417,9 @@ the last publish/promote date can be viewed with the (-l) option. Note that this
417417datestamp is only updated by this script - it does NOT record publish/promote via
418418the WebUI or Hammer CLI.
419419
420+ By default the repository metadata is not rebuilt. In some scenarios it may be required
421+ to force a rebuild of the metadata, in which case the (-m) option can be used to trigger this.
422+
420423The defaults are configured in the main config.yml file in a YAML block like this:
421424```
422425publish:
@@ -433,7 +436,7 @@ once, to aid in performance tuning.
433436
434437
435438```
436- usage: publish_content_view.py [-h] [-o ORG] [-a] [-d] [-c COMMENT] [-q ]
439+ usage: publish_content_view.py [-h] [-o ORG] [-a] [-d] [-c COMMENT] [-m] [-q] [-l ]
437440
438441Publishes content views for specified organization.
439442
@@ -445,6 +448,7 @@ optional arguments:
445448 -l, --last Display last promotions
446449 -c, --comment Add a custom description
447450 -q, --quiet Suppress progress output updates
451+ -m, --forcemeta Force metadata regeneration
448452```
449453
450454### Examples
@@ -475,6 +479,9 @@ the last publish/promote date can be viewed with the (-l) option. Note that this
475479datestamp is only updated by this script - it does NOT record publish/promote via
476480the WebUI or Hammer CLI.
477481
482+ By default the repository metadata is not rebuilt. In some scenarios it may be required
483+ to force a rebuild of the metadata, in which case the (-m) option can be used to trigger this.
484+
478485The defaults are configured in the main config.yml file in a YAML block like this:
479486```
480487promotion:
@@ -499,7 +506,7 @@ The batch: parameter can be used to limit the number of content views that will
499506once, to aid in performance tuning.
500507
501508```
502- usage: promote_content_view.py [-h] -e ENV [-o ORG] [-a] [-d] [-q ]
509+ usage: promote_content_view.py [-h] -e ENV [-o ORG] [-a] [-d] [-m] [-q] [-l ]
503510
504511Promotes content views for specified organization to the target environment.
505512
@@ -512,6 +519,7 @@ optional arguments:
512519 -d, --dryrun Dry Run - Only show what will be promoted
513520 -l, --last Display last promotions
514521 -q, --quiet Suppress progress output updates
522+ -m, --forcemeta Force metadata regeneration
515523```
516524
517525### Examples
0 commit comments