From 6fcc6e30889b471806c82cd53e012c855f76ff91 Mon Sep 17 00:00:00 2001 From: Willem delbare Date: Thu, 13 Jul 2023 12:07:26 +0200 Subject: [PATCH] update npm name to add org scope --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c5e6f3e..ec89985 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ The quickest way to get started is to install the cli tool as a global package. ```sh # npm users -$ npm install -g aikido-api-client +$ npm install -g @aikidosec/ci-api-client # yarn users -$ yarn global add aikido-api-client +$ yarn global add @aikidosec/ci-api-client ``` After installation, you'll need to setup your Aikido API key. You can add your key by requesting a token on the [Continuous Integrations page](https://app.aikido.dev/settings/integrations/continuous-integration) in the [Integrations](https://app.aikido.dev/settings/integrations) section of the Aikido web platform. Click the "Start integrating" link and setup your key globally by executing diff --git a/package.json b/package.json index 17f424c..8405a12 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "aikido-api-client", + "name": "@aikidosec/ci-api-client", "version": "1.0.0", "description": "CLI api client to easily integrate the Aikido public CI API into custom deploy scripts", "license": "MIT",