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 docs.kosli.com/content/getting_started/flows.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ summary: "A Kosli Flow represents a business or software process that requires c
A Kosli Flow represents a business or software process that requires change tracking. It allows you to monitor changes across all steps within a process or focus specifically on a subset of critical steps.

{{% hint info %}}
In all the commands below we skip the required `--api-token` and `--org` flags for brevity. These can be set as described [here](/getting_started/install#assigning-flags-via-config-files).
In all the commands below we skip the required `--api-token` and `--org` flags for brevity. These can be set as described [here](/getting_started/install/#assigning-flags-via-config-files).
{{% /hint %}}

## Create a flow
Expand Down
2 changes: 1 addition & 1 deletion docs.kosli.com/content/getting_started/service-accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ By systematically following these steps, you can ensure a seamless API key rotat
you can assign an API key to any CLI command by one of the following options:
- using the `--api-token` flag
- exporting an environment variable called `KOSLI_API_TOKEN`
- setting it in a config file and passing the config file using `--config-file` (see [here](/getting_started/install#assigning-flags-via-config-files))
- setting it in a config file and passing the config file using `--config-file` (see [here](/getting_started/install/#assigning-flags-via-config-files))

### In API

Expand Down