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 Docs • Website • Dashboard
You can easily install the Rewrite CLI with curl
curl -fsSL https://rewritetoday.com/install | bashAnd then just check the current version of the CLI
rewrite -vrewrite [command] [...flags] [...args]
# Use this to get help
rewrite <command> -hBefore you enjoy what we have to offer, it is highly recommended to connect your account to the CLI
rewrite loginAfter authentication (OAuth Device Flow), your account is automatically connected and you can use everything you want.
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-keyringOr any other keyring based on your distro.
Made with 🤍 by the Rewrite team.
SMS the way it should be.