1.0.12 • Published 2 years ago

mutableai-cli v1.0.12

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Mutable.ai CLI

V1 of this CLI client is mostly for syncing changes made on the webapp (app.mutable.ai) to your local development environment.

Prerequisites

  • To run the CLI, you need to have Node.js installed
  • You need to have git CLI setup

Installation guide

Step 1. Build the script locally.

$ npm install -g mutableai-cli

Step 2. Setup environment

$ touch ~/.mutableai.config

Setup ~/.mutableai.config

USER_EMAIL=<account you used to sign in>
USER_KEY=<key you generated in the webapp>

Step 3. Connect to the webapp

Follow the instruction on the webapp. An example command is:

$ mutable.ai sync <session id>

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago