You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MetaCall CLI is the Command Line Interface to MetaCall. It supports all MetaCall functionalities such as loading, calling, awaiting scripts etc.
4
+
5
+
MetaCall provides a Command Line Interface which supports all MetaCall functionalities such as loading, calling, awaiting scripts.
5
6
6
7
Use the `metacall` command in your shell after [installing](https://github.com/metacall/install) MetaCall to launch the CLI.
7
8
8
9
## Currently Available Commands
9
10
10
-
**Use the `help` command to see the usage of a particular command.**
11
-
11
+
-`help`: Show help for MetaCall CLI (**Use this command to see the usage of a particular command**)
12
12
-`load`: Load a script from file into MetaCall
13
13
-`inspect`: Show all runtimes, modules and functions (with their signature) loaded into MetaCall
14
14
-`call`: Call a function previously loaded in MetaCall (Note: For `js` and `py` functions that do not return anything, the default return value is a `null`)
15
15
-`await`: Await an async function previously loaded in MetaCall
16
16
-`clear`: Delete a script previously loaded in MetaCall
0 commit comments