Skip to content
This repository was archived by the owner on May 26, 2026. It is now read-only.

olostep-api/CLI

Repository files navigation

Olostep CLI — moved

⚠️ 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.

👉 Current home

Repo: https://github.com/olostep-api/olostep-cli npm: https://www.npmjs.com/package/olostep-cli

npm install -g olostep-cli
olostep init

The new CLI is a drop-in replacement for 0.1.x:

  • Same command names, same flags, same JSON output
  • Same credentials.json path — existing logins keep working
  • Same OLOSTEP_API_KEY / OLOSTEP_API_TOKEN env vars

…with a much smaller, faster install (~100 KB, sub-second install, ~200 ms cold start, no native binaries to download).

Why this repo is archived

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.

License

MIT — see LICENSE.