Skip to content

Commit 7839130

Browse files
committed
Update docs-main to output generated at 9deca1b
1 parent 625a328 commit 7839130

4 files changed

Lines changed: 15 additions & 29 deletions

File tree

docs.kosli.com/content/faq/_index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,11 @@ It most likely means you misspelled a flag.
4141
## "unknown command" errors
4242
E.g.
4343
```
44-
kosli expect deploymenct abc.exe --artifact-type file
45-
Error: unknown command: deploymenct
46-
available subcommands are: deployment
44+
kosli get artefact flowName/artifactName
45+
Error: unknown command: artefact
4746
```
4847
49-
Note that there is a typo in deploymen**c**t.
48+
Note that there is a typo in **artefact** (should be **artifact**).
5049
This error will pop up if you're trying to use a command that is not present in the version of the kosli CLI you are using.
5150
5251
## zsh: no such user or named directory

docs.kosli.com/content/integrations/actions.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,6 @@ Custom webhook notifications empower you to implement automation workflows for "
6666
"html_url": "https://app.kosli.com/cyber-dojo/runner/719defb995c86ad7c406ad74258fe98b9ebd71dfa80cd786870c967cb6c1f08d",
6767
"api_url": "https://app.kosli.com/api/v2/artifacts/cyber-dojo/runner/fingerprint/719defb995c86ad7c406ad74258fe98b9ebd71dfa80cd786870c967cb6c1f08d",
6868
"build_url": "https://github.com/cyber-dojo/runner/actions/runs/5891969166",
69-
"deployments": [
70-
{
71-
"number": "44",
72-
"timestamp": "1692618644",
73-
"build_url": "https://github.com/cyber-dojo/runner/actions/runs/5891969166",
74-
"html_url": "https://app.kosli.com/cyber-dojo/flows/runner/deployments/44",
75-
"api_url": "https://app.kosli.com/api/v2/deployments/cyber-dojo/runner/44"
76-
}
77-
],
7869
"approvals": [
7970
{
8071
"number": "42",

docs.kosli.com/content/tutorials/following_a_git_commit_to_runtime_environments.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -137,9 +137,7 @@ Let's look at this output in detail:
137137
* **History**:
138138
* **CI pipeline events**
139139
* The artifact was **created** on the 22nd August at 11:35:00 CEST.
140-
* The artifact has `branch-coverage` **evidence**.
141-
* The artifact was **deployed** to [aws-beta](https://app.kosli.com/cyber-dojo/flows/runner/deployments/18) on 22nd August 11:37:17 CEST, and to [aws-prod](https://app.kosli.com/cyber-dojo/flows/runner/deployments/19)
142-
a minute later.
140+
* The artifact has `branch-coverage` **evidence**.
143141
* **Runtime environment events**
144142
* The artifact was reported **running** in both environments.
145143
* The artifact's number of running instances **scaled down**.

docs.kosli.com/content/tutorials/tracing_a_production_incident_back_to_git_commits.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ kosli log env aws-prod
4343
At the time this tutorial was written the output of this command
4444
displayed the first page of 177 snapshots.
4545
You will see the first page of considerably more than 177 snapshots because
46-
`aws-prod` has moved on since this incident (it has been resolved with new
47-
commits which have created new deployments).
46+
`aws-prod` has moved on since this incident (it has been resolved with new
47+
commits).
4848
To limit the output you can set the interval for the command:
4949

5050
```shell {.command}
@@ -54,15 +54,15 @@ kosli log env aws-prod --interval 176..177
5454
The output should be:
5555

5656
```plaintext {.light-console}
57-
SNAPSHOT EVENT FLOW DEPLOYMENTS
58-
#177 Artifact: 274425519734.dkr.ecr.eu-central-1.amazonaws.com/creator:31dee35 creator #87
59-
Fingerprint: 5d1c926530213dadd5c9fcbf59c8822da56e32a04b0f9c774d7cdde3cf6ba66d
60-
Description: 1 instance stopped running (from 1 to 0).
61-
Reported at: Tue, 06 Sep 2022 16:53:28 CEST
62-
63-
#176 Artifact: 274425519734.dkr.ecr.eu-central-1.amazonaws.com/creator:b7a5908 creator #89
64-
Fingerprint: 860ad172ace5aee03e6a1e3492a88b3315ecac2a899d4f159f43ca7314290d5a
65-
Description: 1 instance started running (from 0 to 1).
57+
SNAPSHOT EVENT FLOW
58+
#177 Artifact: 274425519734.dkr.ecr.eu-central-1.amazonaws.com/creator:31dee35 creator
59+
Fingerprint: 5d1c926530213dadd5c9fcbf59c8822da56e32a04b0f9c774d7cdde3cf6ba66d
60+
Description: 1 instance stopped running (from 1 to 0).
61+
Reported at: Tue, 06 Sep 2022 16:53:28 CEST
62+
63+
#176 Artifact: 274425519734.dkr.ecr.eu-central-1.amazonaws.com/creator:b7a5908 creator
64+
Fingerprint: 860ad172ace5aee03e6a1e3492a88b3315ecac2a899d4f159f43ca7314290d5a
65+
Description: 1 instance started running (from 0 to 1).
6666
Reported at: Tue, 06 Sep 2022 16:52:28 CEST
6767
```
6868

@@ -92,8 +92,6 @@ Build URL: https://github.com/cyber-dojo/creator/actions/runs/3001102984
9292
State: COMPLIANT
9393
History:
9494
Artifact created Tue, 06 Sep 2022 16:48:07 CEST
95-
Deployment #88 to aws-beta environment Tue, 06 Sep 2022 16:49:59 CEST
96-
Deployment #89 to aws-prod environment Tue, 06 Sep 2022 16:51:12 CEST
9795
Started running in aws-beta#196 environment Tue, 06 Sep 2022 16:51:42 CEST
9896
Started running in aws-prod#176 environment Tue, 06 Sep 2022 16:52:28 CEST
9997
```

0 commit comments

Comments
 (0)