Skip to content

Commit 303e482

Browse files
update CLI documentation
1 parent d7d2e77 commit 303e482

File tree

2 files changed

+3
-22
lines changed

2 files changed

+3
-22
lines changed

smart-accounts-kit/get-started/use-the-cli.md

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Upon installation, you'll be asked the following prompts:
2929
❯ MetaMask Smart Accounts Starter
3030
MetaMask Smart Accounts & Delegation Starter
3131
Farcaster Mini App Delegation Starter
32-
ERC-7715 Permissions Starter
32+
Advanced Permissions (ERC-7715) Starter
3333
? Pick a package manager: (Use arrow keys)
3434
❯ npm
3535
yarn
@@ -50,7 +50,6 @@ The CLI provides the following options to display CLI details, and further custo
5050
| `-h` or `--help` | Display the available options. |
5151
| `--skip-install` | Skip the installation of dependencies. |
5252
| `--add-web3auth` | Add [MetaMask Embedded Wallets (previously Web3Auth)](/embedded-wallets) as a signer for the delegator account.<br/>Supported templates:<br/>- MetaMask Smart Accounts Starter<br/>- MetaMask Smart Accounts & Delegation Starter |
53-
| `--add-llm-rules` | Add LLM rules for your IDE. Supported in the Experimental: ERC7715 Permissions Starter template. |
5453

5554
## Examples
5655

@@ -71,29 +70,11 @@ You'll be prompted to provide additional Web3Auth configuration details:
7170
Sapphire Mainnet
7271
```
7372

74-
### LLM rules
75-
76-
To create a project with LLM rules tailored to your preferred IDE, use the `--add-llm-rules` option with `@metamask/create-gator-app`:
77-
78-
```bash
79-
npx @metamask/create-gator-app --add-llm-rules
80-
```
81-
82-
You'll be prompted to select your IDE.
83-
Currently, only Cursor and Windsurf are supported.
84-
85-
```bash
86-
? Which IDE's LLM rules would you like to copy? (Use arrow keys)
87-
Cursor
88-
Windsurf
89-
❯ Both
90-
```
91-
9273
## Supported templates
9374

9475
| Template | Next.js | Vite React |
9576
|----------------------------------------------------|---------|------------|
9677
| MetaMask Smart Accounts Starter |||
9778
| MetaMask Smart Accounts &amp; Delegation Starter |||
9879
| Farcaster Mini App Delegation Starter || |
99-
| ERC-7715 Permissions Starter | ✅ | |
80+
| Advanced Permissions (ERC-7715) Starter || |

src/components/NavDropdown/Products.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ <h2>Unreal SDK</h2>
301301
</span>
302302
<div>
303303
<h2>Smart Accounts Kit</h2>
304-
<p>Create smart accounts that support delegated permissions, gas abstraction, and secure execution.</p>
304+
<p>Create embedded smart accounts or request Advanced Permissions from MetaMask users.</p>
305305
</div>
306306
</a>
307307
</li>

0 commit comments

Comments
 (0)