Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion getting_started/artifacts.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ When this flag is used, a CLI command:

We recommend using the `KOSLI_DRY_RUN` environment variable to automatically set the `--dry-run` flag.
This will allow you to instantly turn off all Kosli CLI commands if Kosli is down, as detailed in
[this tutorial](/tutorials/what_do_i_do_if_kosli_is_down/).
[this tutorial](/troubleshooting/what_do_i_do_if_kosli_is_down).

The `--dry-run` flag is also useful when trying commands locally. For example:

Expand Down
3 changes: 2 additions & 1 deletion getting_started/flows.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ kosli create flow process-a --description "My SW delivery process" \

When creating a Flow, you can optionally provide a `Flow Template`. This template defines the necessary steps within the business or software process represented by a Kosli Flow. The compliance of Flow trails and artifacts will be assessed using the template.

A Flow template is a YAML file following the syntax outlined in the [flow template spec](/template_ref).
A Flow template is a YAML file following the syntax outlined in the [flow template spec](/template-reference/flow_template).

Here is an example:

```yml sw-delivery-template.yml
# yaml-language-server: $schema=https://kosli.mintlify.app/schemas/flow-template.json
version: 1
trail:
attestations:
Expand Down