From eede6dbda21252ea5a9de4e135a1a92edd4e551e Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Mon, 4 May 2020 13:35:35 +0100 Subject: [PATCH] README that contains notes to create new manifest file --- database_maintenance/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 database_maintenance/README.md diff --git a/database_maintenance/README.md b/database_maintenance/README.md new file mode 100644 index 000000000..1443f8469 --- /dev/null +++ b/database_maintenance/README.md @@ -0,0 +1,18 @@ +Create a new app to test command + +DO NOT commit new manifest file + +Add to MakeFile +'notify-cycle-history': { + 'NOTIFY_APP_NAME': 'api', + 'instances': { + 'preview': 0, + 'staging': 0, + 'production': 0 + }, + }, + +CF_APP=notify-cycle-history CF_SPACE=staging make generate-manifest > cycle-history-manifest.yml +cf v3-create-app notify-cycle-history +cf v3-apply-manifest -f cycle-history-manifest.yml +cf v3-push notify-cycle-history \ No newline at end of file