Skip to content
This repository was archived by the owner on Apr 13, 2020. It is now read-only.

Commit 95a501a

Browse files
mtarngbnookala
authored andcommitted
Updating service-management create-pipeline docs
1 parent 0d8a536 commit 95a501a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/service-management.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,20 +56,21 @@ use one.**
5656

5757
### create-pipeline
5858

59-
Configure Azure DevOps for a bedrock managed service
59+
Configure Azure DevOps for a bedrock managed service.
6060

6161
```
62-
Usage:
63-
spk service create-pipeline|p [options] <service-name>
62+
Usage: service create-pipeline|p [options] <service-name>
63+
64+
Configure Azure DevOps for a bedrock managed service
6465
6566
Options:
6667
-n, --pipeline-name <pipeline-name> Name of the pipeline to be created
6768
-p, --personal-access-token <personal-access-token> Personal Access Token
68-
-o, --org-url <org-url> Organization URL for Azure DevOps
69+
-o, --org-name <org-name> Organization Name for Azure DevOps
6970
-r, --repo-name <repo-name> Repository Name in Azure DevOps
7071
-u, --repo-url <repo-url> Repository URL
7172
-d, --devops-project <devops-project> Azure DevOps Project
72-
-l, --project-path <project-path> Path to Bedrock Project
73+
-l, --packages-dir <packages-dir> The monorepository directory containing this service definition. ie. '--packages-dir packages' if my-service is located under ./packages/my-service.
7374
-h, --help output usage information
7475
```
7576

0 commit comments

Comments
 (0)