From e1a2c6d1162b67996f4166da665150448833046b Mon Sep 17 00:00:00 2001 From: Samuel de Moura Date: Wed, 15 May 2024 14:20:54 -0300 Subject: [PATCH] Update Control Plane links --- .controlplane/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.controlplane/readme.md b/.controlplane/readme.md index a971e4f..374bdcf 100644 --- a/.controlplane/readme.md +++ b/.controlplane/readme.md @@ -15,14 +15,14 @@ You can see the definition of Postgres and Redis in the `.controlplane/templates ## Prerequisites 1. Ensure your -[Control Plane](https://controlplane.com) +[Control Plane](https://shakacode.controlplane.com) account is set up. 2. Set up an `organization` for testing in that account and modify `aliases.common.cpln_org` in `.controlplane/controlplane.yml`. 3. Install Control Plane CLI (and configure access) -[docs here](https://docs.controlplane.com/quickstart/quick-start-3-cli#getting-started-with-the-cli). +[docs here](https://shakadocs.controlplane.com/quickstart/quick-start-3-cli#getting-started-with-the-cli). You can update the `cpln` command line with the same command as installation, `npm install -g @controlplane/cli`. Then run `cpln login` to ensure access.