Getting Started
Installation
Install the storemyapi CLI. Node.js 18 or later required.
Installation
The storemyapi CLI is distributed as an npm package. Node.js 18 or later is required.
Install globally
npm install -g storemyapiVerify installation
storemyapi --version
storemyapi --helpUpdating
npm update -g storemyapiUninstalling
npm uninstall -g storemyapi
rm -rf ~/.storemyapiThis removes both the CLI binary and the local config directory (which holds your auth token).