Skip to content

Commit 8da8347

Browse files
committed
Update docs/workloads/cli.md
1 parent dee3a17 commit 8da8347

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

dev/generate_cli_md.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ cli_config_backup_path=$HOME/.cortex/cli-bak-$RANDOM.yaml
2929
mv $HOME/.cortex/cli.yaml $cli_config_backup_path
3030

3131
echo "# CLI reference" >> $out_file
32+
echo "" >> $out_file
33+
echo '_WARNING: you are on the master branch, please refer to the docs on the branch that matches your `cortex version`_' >> $out_file
3234

3335
commands=(
3436
"deploy"

docs/workloads/cli.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# CLI reference
22

3+
_WARNING: you are on the master branch, please refer to the docs on the branch that matches your `cortex version`_
4+
35
### deploy
46

57
```text

0 commit comments

Comments
 (0)