You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2020. It is now read-only.
Install the manifest generation pipeline to your Azure DevOps instance. Default values are set in spk-config.yaml and can be loaded via spk init or overriden via option flags.
103
103
104
104
Options:
105
-
-n, --pipeline-name <pipeline-name> Name of the pipeline to be created
106
-
-p, --personal-access-token <personal-access-token> Personal Access Token
107
-
-o, --org-name <org-name> Organization Name for Azure DevOps
108
-
-r, --hld-name <hld-name> HLD Repository Name in Azure DevOps
-b, --build-script-url <build-script-url> Build Script URL. By default it is 'https://raw.githubusercontent.com/Microsoft/bedrock/master/gitops/azure-devops/build.sh'.
105
+
-n, --pipeline-name <pipeline-name> Name of the pipeline to be created (default: "")
106
+
-p, --personal-access-token <personal-access-token> Personal Access Token (default: "")
107
+
-o, --org-name <org-name> Organization Name for Azure DevOps (default: "")
108
+
-r, --hld-name <hld-name> HLD Repository Name in Azure DevOps (default: "")
-b, --build-script-url <build-script-url> Build Script URL. By default it is 'https://raw.githubusercontent.com/Microsoft/bedrock/master/gitops/azure-devops/build.sh'. (default: "https://raw.githubusercontent.com/Microsoft/bedrock/master/gitops/azure-devops/build.sh")
113
+
--yaml-file-branch <yaml-file-branch> The git branch where the pipeline definition yaml file is located. (default: "master")
-b, --build-script-url <build-script-url> Build Script URL. By default it is 'https://raw.githubusercontent.com/Microsoft/bedrock/master/gitops/azure-devops/build.sh'.
120
+
-b, --build-script-url <build-script-url> Build Script URL. By default it is https://raw.githubusercontent.com/Microsoft/bedrock/master/gitops/azure-devops/build.sh.
121
+
--yaml-file-branch <yaml-file-branch> The git branch where the pipeline definition yaml file is located. (default: "master")
-b, --build-script-url <build-script-url> Build Script URL. By default it is 'https://raw.githubusercontent.com/Microsoft/bedrock/master/gitops/azure-devops/build.sh'.
101
+
-n, --pipeline-name <pipeline-name> Name of the pipeline to be created (default: "")
102
+
-p, --personal-access-token <personal-access-token> Personal Access Token (default: "")
103
+
-o, --org-name <org-name> Organization Name for Azure DevOps (default: "")
104
+
-r, --repo-name <repo-name> Repository Name in Azure DevOps (default: "")
-b, --build-script-url <build-script-url> Build Script URL. By default it is 'https://raw.githubusercontent.com/Microsoft/bedrock/master/gitops/azure-devops/build.sh'. (default: "https://raw.githubusercontent.com/Microsoft/bedrock/master/gitops/azure-devops/build.sh")
108
108
-l, --packages-dir <packages-dir> The mono-repository directory containing this service definition. ie. '--packages-dir packages' if my-service is located under ./packages/my-service. Omitting this option implies this is a not a mono-repository.
109
+
--yaml-file-branch <yaml-file-branch> The git branch where the pipeline definition yaml file is located. (default: "master")
Copy file name to clipboardExpand all lines: src/commands/service/pipeline.decorator.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,12 @@
41
41
{
42
42
"arg": "-l, --packages-dir <packages-dir>",
43
43
"description": "The mono-repository directory containing this service definition. ie. '--packages-dir packages' if my-service is located under ./packages/my-service. Omitting this option implies this is a not a mono-repository."
44
+
},
45
+
{
46
+
"arg": "--yaml-file-branch <yaml-file-branch>",
47
+
"description": "The git branch where the pipeline definition yaml file is located.",
0 commit comments