⚠️ This repository is the Python source of the original olostep-cli (versions 0.1.x). It has been replaced by a pure-JavaScript rewrite that lives in a new repo.
Repo: https://github.com/olostep-api/olostep-cli npm: https://www.npmjs.com/package/olostep-cli
npm install -g olostep-cli
olostep initThe new CLI is a drop-in replacement for 0.1.x:
- Same command names, same flags, same JSON output
- Same
credentials.jsonpath — existing logins keep working - Same
OLOSTEP_API_KEY/OLOSTEP_API_TOKENenv vars
…with a much smaller, faster install (~100 KB, sub-second install, ~200 ms cold start, no native binaries to download).
The Python source served us through 0.1.x but the PyInstaller binary distribution was slow to install (~31 s) and large (~14 MB). The Node rewrite is the production CLI from 0.2.0 onward and ships from https://github.com/olostep-api/olostep-cli.
If you previously cloned this repo for development, please switch to the new repo. Issues and PRs against this repo will not be triaged.
MIT — see LICENSE.