CLI
The Micro command-line interface — call the API straight from your terminal and scripts. Install instructions and source repository.
The micro CLI lets you call the API straight from your terminal and scripts. Install a prebuilt binary from the latest release, or build it from source.
Install
Section titled “Install”Grab the binary for your platform from the latest release, then make it executable and put it on your PATH:
chmod +x microsudo mv micro /usr/local/bin/git clone https://github.com/micro-so/micro-cli.gitcd micro-cli# follow the build steps in the repo's README micro-cli github.com/micro-so/micro-cli — source, releases & usage.