storemyapi
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 storemyapi

Verify installation

storemyapi --version

storemyapi --help

Updating

npm update -g storemyapi

Uninstalling

npm uninstall -g storemyapi
rm -rf ~/.storemyapi

This removes both the CLI binary and the local config directory (which holds your auth token).

On this page