Many operations that can be performed in the Membrane Web IDE can also be done
from the command line using mctl
.
Installation
You can install mctl
for any platform via npm:
Usage
Subcommands
action
Invokes an action on a node
auth-token
Prints the auth token from the config file
details
Fetches the detail of an item by its “seq” number
exit-node
Starts an HTTP exit node. Outgoing traffic from all programs will be routed
through this computer
get-transpiled-source
Downloads the transpiled source code of a running program
kill
Kill a running program
login
Log into your account
logs
Stream the logs of a program
ps
List running programs
query
Queries a program
repl
Enter into a program’s REPL mode
test
Runs all tests actions in a program