From 2681119eafcffbf06553a49912558e9f209ad9a6 Mon Sep 17 00:00:00 2001 From: Guy Owen Date: Mon, 2 Dec 2024 14:58:34 +1100 Subject: [PATCH] [SD-323] Added deployment cmd to README. --- README.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/README.md b/README.md index 036f565..6af705a 100644 --- a/README.md +++ b/README.md @@ -21,21 +21,6 @@ This will store the encrypted file at `keys/production/oauth.pem.asc`. cat oauth.pen.asc | bay kms decrypt > oauth.pem ``` -## Project mapping -### by-backend -List FE projects that a supplied Tide CMS (Lagoon metadata `backend-project`) connect to. - -### by-frontend -Get the BE project that the supplied FE projects connect to. - -## Deployment metadata -The deployment metadata command returns a json encoded string with project metadata that is not generally available to pods during the build process. - -``` -> bay deployment metadata -{"deployment":{"sha":"58d27fb5218e4703bd7c1a696471f69f259226cd","authorName":"Guy Owen","when":"2024-11-25 12:36:16 +1100 +1100","tag":"tag not found","msg":"[SD-323] Added deployment cmd."}} -``` - # Installation ## Homebrew (OSX)