Build
save new versions of published artifacts
save new versions of published artifacts
USAGE
$ dhl build: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
--gitRemote=gitRemote git remote name
--gitRemoteRef=gitRemoteRef git remote ref
--outputPrefix=outputPrefix prepend keys to output object
--tag=tag tag always applied
--tagTip=tagTip tag only applied if this is the branch tip
--versionPrefix=versionPrefix [default: build-] version prefix
See code: src/commands/build/complete-publish.ts
list of artifacts that are dependencies
USAGE
$ dhl build:list-dependencies
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
--outputMap convert output from table to map
--outputPrefix=outputPrefix prepend keys to output object
See code: src/commands/build/list-dependencies.ts
list of artifacts that should be published
USAGE
$ dhl build: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
--gitRemote=gitRemote git remote name
--gitRemoteRef=gitRemoteRef git remote ref
--outputPrefix=outputPrefix prepend keys to output object
--tag=tag tag always applied
--tagTip=tagTip tag only applied if this is the branch tip
--versionPrefix=versionPrefix [default: build-] version prefix
See code: src/commands/build/list-publish.ts