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

Commit a7cbe84

Browse files
mtarngbnookala
authored andcommitted
linking from parent page
1 parent 70edf77 commit a7cbe84

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
6873
To start using `spk` you'll need to:
6974

7075
1. Configure `spk` in `spk-config.yaml`. Refer to [this](./spk-config.yaml)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

276285
TBD

0 commit comments

Comments
 (0)