Skip to content

Latest commit

 

History

History
82 lines (48 loc) · 1.57 KB

File metadata and controls

82 lines (48 loc) · 1.57 KB

Rewrite CLI

The fastest way to build and operate SMS flows with Rewrite. From login to live logs, stay in flow and ship faster from the command line.

CLI DocsWebsiteDashboard

Rewrite CLI Banner

Install

You can easily install the Rewrite CLI with curl

curl -fsSL https://rewritetoday.com/install | bash

And then just check the current version of the CLI

rewrite -v

Syntax

Installing the CLI provides access to the rewrite command

rewrite [command] [...flags] [...args]

# Use this to get help
rewrite <command> -h

Starting with the CLI

Before you enjoy what we have to offer, it is highly recommended to connect your account to the CLI

rewrite login

After authentication (OAuth Device Flow), your account is automatically connected and you can use everything you want.

Storing

Your account token is securely stored in your operating system's native keyring, so you do not need to worry about it.

If the token cannot be saved, you must install the keyring on your operating system (Linux only)

sudo apt install gnome-keyring

Or any other keyring based on your distro.

Made with 🤍 by the Rewrite team.
SMS the way it should be.