From 0f37aba11efa6d1a3887ede9126ab3df09fb37ea Mon Sep 17 00:00:00 2001 From: Samnang Chhun Date: Wed, 27 Dec 2023 20:32:30 +0700 Subject: [PATCH] Fix the instruction was in a wrong order. (#575) --- .controlplane/readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.controlplane/readme.md b/.controlplane/readme.md index ff4281082..bd5d86d0b 100644 --- a/.controlplane/readme.md +++ b/.controlplane/readme.md @@ -15,14 +15,14 @@ You should have an `organization` `` for testing in that account. You will modify value for `aliases.common.cpln_org` in `.controlplane/controlplane.yml`. If you need an organization, please [contact Shakacode](mailto:controlplane@shakacode.com). -2. Run `cpln image docker-login --org ` to ensure that you have access to the Control Plane Docker registry. - -3. Install Control Plane CLI (and configure access) using `npm install -g @controlplane/cli`. +2. Install Control Plane CLI (and configure access) using `npm install -g @controlplane/cli`. You can update the `cpln` command line with `npm update -g @controlplane/cli`. Then run `cpln login` to ensure access. For more informatation check out the [docs here](https://docs.controlplane.com/quickstart/quick-start-3-cli#getting-started-with-the-cli). +3. Run `cpln image docker-login --org ` to ensure that you have access to the Control Plane Docker registry. + 4. Install the latest version of [`cpl` gem](https://rubygems.org/gems/cpl) on your project's Gemfile or globally.