forked from MetaMask/metamask-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7dc8bc9
commit 202ab52
Showing
8 changed files
with
721 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Snaps command line interface | ||
|
||
This reference describes the syntax of the Snaps command line interface (CLI) subcommands and options. | ||
|
||
Make sure to [install the Snaps CLI](../../get-started/install-snaps.md#install-the-snaps-cli). | ||
|
||
You can specify subcommands and options using the `mm-snap` command: | ||
|
||
```bash | ||
mm-snap [SUBCOMMAND] [OPTIONS] | ||
``` | ||
|
||
You can also override the default values of the options by specifying them in the | ||
[configuration file](../../concepts/anatomy.md#configuration-file). |
Oops, something went wrong.