dockhand-lite
GitHubToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto mode

Promote

dhl promote

save new versions of published artifacts

dhl promote:complete-publish

save new versions of published artifacts

USAGE
  $ dhl promote:complete-publish

OPTIONS
  -c, --repoConfig=repoConfig                  (required) repo config json or yaml file
  -g, --globalConfig=globalConfig              (required) global config json or yaml file
  -h, --help                                   show CLI help
  -o, --outputType=table|json|yaml             [default: json] output format
  --artifactName=artifactName                  artifact name
  --artifactType=artifactType                  artifact type
  --buildVersionsMessage=buildVersionsMessage  message for build versions change
  --event=event                                event
  --gitConnectionKey=gitConnectionKey          git connection key
  --gitConnectionPath=gitConnectionPath        git connection path
  --outputPrefix=outputPrefix                  prepend keys to output object
  --promotion=promotion                        (required) promotion
  --tag=tag                                    tag always applied
  --tagTip=tagTip                              tag only applied if this is the branch tip
  --version=version                            version

See code: src/commands/promote/complete-publish.ts

dhl promote:list-publish

list of artifacts that should be published

USAGE
  $ dhl promote:list-publish

OPTIONS
  -c, --repoConfig=repoConfig            (required) repo config json or yaml file
  -g, --globalConfig=globalConfig        (required) global config json or yaml file
  -h, --help                             show CLI help
  -o, --outputType=table|json|yaml       [default: json] output format
  --artifactName=artifactName            artifact name
  --artifactType=artifactType            artifact type
  --event=event                          event
  --gitConnectionKey=gitConnectionKey    git connection key
  --gitConnectionPath=gitConnectionPath  git connection path
  --outputPrefix=outputPrefix            prepend keys to output object
  --promotion=promotion                  (required) promotion
  --tag=tag                              tag always applied
  --tagTip=tagTip                        tag only applied if this is the branch tip
  --version=version                      version

See code: src/commands/promote/list-publish.ts