This repository was archived by the owner on Apr 13, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,11 @@ Commands:
6565
6666## Getting Started
6767
68+ To utilize ` spk ` as your bedrock project and service management tool, follow the
69+ [ Managing a bedrock project with spk guide] ( /docs/project-service-management-guide.md ) .
70+
71+ Otherwise, generally:
72+
6873To start using ` spk ` you'll need to:
6974
70751 . Configure ` spk ` in ` spk-config.yaml ` . Refer to [ this] ( ./spk-config.yaml )
Original file line number Diff line number Diff line change @@ -232,6 +232,9 @@ application repositories
232232 spk project install-lifecycle-pipeline
233233 ```
234234
235+ ** NOTE** ` spk project ` command documentation can be found
236+ [ here] ( /docs/project-management.md ) .
237+
235238##### Adding a Service to a Application Repository
236239
237240- [ Clone the repository.] ( https://docs.microsoft.com/en-us/azure/devops/repos/git/create-new-repo?view=azure-devops#clone-the-repo-to-your-computer )
@@ -251,6 +254,9 @@ application repositories
251254 spk service install-build-pipeline $SERVICE_NAME
252255 ```
253256
257+ ** NOTE** ` spk service ` command documentation can be found
258+ [ here] ( /docs/service-management.md ) .
259+
254260##### Creating a Service Revision
255261
256262- Create and checkout a new git branch
@@ -271,6 +277,9 @@ application repositories
271277 spk service create-revision
272278 ```
273279
280+ ** NOTE** ` spk service ` command documentation can be found
281+ [ here] ( /docs/service-management.md ) .
282+
274283### Varible Groups
275284
276285TBD
You can’t perform that action at this time.
0 commit comments