diff --git a/README.md b/README.md
index 61dfcbd0..ee2392b0 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
# The power of Kubernetes with the ease of Heroku!
-
-
-
-
+
+
+
+
[![RSpec](https://github.com/shakacode/control-plane-flow/actions/workflows/rspec.yml/badge.svg)](https://github.com/shakacode/control-plane-flow/actions/workflows/rspec.yml)
diff --git a/docs/commands.md b/docs/commands.md
index 2077e1af..a01f44e6 100644
--- a/docs/commands.md
+++ b/docs/commands.md
@@ -1,4 +1,4 @@
-
+{ /* Automatically Generated */}
## Common Options
@@ -431,8 +431,8 @@ cpflow run -a $APP_NAME --entrypoint /app/alternative-entrypoint.sh -- rails db:
- Creates an app and all its workloads
- Specify the templates for the app and workloads through `setup_app_templates` in the `.controlplane/controlplane.yml` file
- This should only be used for temporary apps like review apps, never for persistent apps like production or staging (to update workloads for those, use 'cpflow apply-template' instead)
-- Configures app to have org-level secrets with default name "{APP_PREFIX}-secrets"
- using org-level policy with default name "{APP_PREFIX}-secrets-policy" (names can be customized, see docs)
+- Configures app to have org-level secrets with default name `"{APP_PREFIX}-secrets"`
+ using org-level policy with default name `"{APP_PREFIX}-secrets-policy"` (names can be customized, see docs)
- Creates identity for secrets if it does not exist
- Use `--skip-secrets-setup` to prevent the automatic setup of secrets,
or set it through `skip_secrets_setup` in the `.controlplane/controlplane.yml` file
diff --git a/lib/command/setup_app.rb b/lib/command/setup_app.rb
index b0d32420..1baee83e 100644
--- a/lib/command/setup_app.rb
+++ b/lib/command/setup_app.rb
@@ -14,8 +14,8 @@ class SetupApp < Base
- Creates an app and all its workloads
- Specify the templates for the app and workloads through `setup_app_templates` in the `.controlplane/controlplane.yml` file
- This should only be used for temporary apps like review apps, never for persistent apps like production or staging (to update workloads for those, use 'cpflow apply-template' instead)
- - Configures app to have org-level secrets with default name "{APP_PREFIX}-secrets"
- using org-level policy with default name "{APP_PREFIX}-secrets-policy" (names can be customized, see docs)
+ - Configures app to have org-level secrets with default name `"{APP_PREFIX}-secrets"`
+ using org-level policy with default name `"{APP_PREFIX}-secrets-policy"` (names can be customized, see docs)
- Creates identity for secrets if it does not exist
- Use `--skip-secrets-setup` to prevent the automatic setup of secrets,
or set it through `skip_secrets_setup` in the `.controlplane/controlplane.yml` file
diff --git a/script/update_command_docs b/script/update_command_docs
index 74e7dea2..2adf6599 100755
--- a/script/update_command_docs
+++ b/script/update_command_docs
@@ -44,7 +44,7 @@ commands_str = commands_str_arr.join("\n\n")
file_path = "#{__dir__}/../docs/commands.md"
file_data =
<<~DATA
-
+ { /* Automatically Generated */}
## Common Options