moon ext <id> command will execute an extension (a WASM plugin) that has been configured in
.moon/extensions.*. View our official
extensions guide for more information.
-- separator
(as seen above). Any arguments before the separator will be passed to the moon ext command itself.
:::caution
This command requires an internet connection if the extension’s .wasm file must be downloaded from
a URL, and it hasn’t been cached locally.
:::
Arguments
<id>- Extension ID to execute, as configured in.moon/extensions.*[-- <args>]- Arguments to pass through to the extension
Configuration
*in.moon/extensions.*
Examples
Executing with arguments
Extensions can receive arguments after the-- separator: