We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dee3a17 commit 8da8347Copy full SHA for 8da8347
2 files changed
dev/generate_cli_md.sh
@@ -29,6 +29,8 @@ cli_config_backup_path=$HOME/.cortex/cli-bak-$RANDOM.yaml
29
mv $HOME/.cortex/cli.yaml $cli_config_backup_path
30
31
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
34
35
commands=(
36
"deploy"
docs/workloads/cli.md
@@ -1,5 +1,7 @@
1
# CLI reference
2
3
+_WARNING: you are on the master branch, please refer to the docs on the branch that matches your `cortex version`_
4
+
5
### deploy
6
7
```text
0 commit comments