Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
update decorator.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yradsmikham committed Apr 16, 2020
1 parent 851de41 commit aefe616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/service/create.decorator.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@
"defaultValue": ""
},
{
"arg": "--service-build-vg <name of variable group for service build>",
"arg": "--service-build-vg <comma-delimitated-list-of-variable-group-names>",
"description": "List of variable groups to be linked to service pipeline. i.e. bedrock-vg,fabrikam-vg",
"defaultValue": ""
},
{
"arg": "--service-build-variables <list of variables to pass in as build arguments>",
"arg": "--service-build-variables <comma-delimitated-list-of-variable-names>",
"description": "List of variables from existing variable groups; will be used as build arguments in Docker build process. i.e. FOO,BAR",
"defaultValue": ""
}
Expand Down

0 comments on commit aefe616

Please sign in to comment.