script/update_command_docs in cpl-1.0.0 vs script/update_command_docs in cpl-1.0.1

- old
+ new

@@ -44,19 +44,19 @@ file_path = "#{__dir__}/../docs/commands.md" file_data = <<~DATA <!-- NOTE: This file is automatically generated by running `script/generate_commands_docs`. Do NOT edit it manually. --> - ### Common Options + ## Common Options ``` -a XXX, --app XXX app ref on Control Plane (GVC) ``` This `-a` option is used in most of the commands and will pick all other app configurations from the project-specific `.controlplane/controlplane.yml` file. - ### Commands + ## Commands #{commands_str} DATA File.binwrite(file_path, file_data)