Installation
How to install the KoreShield CLI
You can install the KoreShield CLI globally using npm. This is the recommended way to install KoreShield as it allows you to run the koreshield command from anywhere in your terminal.
Prerequisites
- Node.js (version 18 or higher)
- npm (comes with Node.js)
Install via npm
Run the following command in your terminal:
npm install -g koreshieldVerify Installation
To verify that KoreShield has been installed successfully, run:
koreshield --versionYou should see the version number of the installed CLI.
Updating
To update KoreShield to the latest version, simply run the install command again:
npm install -g koreshield@latestUninstalling
If you need to remove KoreShield from your system:
npm uninstall -g koreshield