Skip to content

Commit 93bbc69

Browse files
authored
Update README.md
1 parent 82f8df8 commit 93bbc69

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

README.md

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -56,24 +56,6 @@ npx @intentui/cli@latest diff
5656

5757
This will display the components that differ from your installed versions and provide a list so you can quickly choose which components to update.
5858

59-
## Change Gray
60-
Not satisfied with the default gray base color? You can easily customize it by running the `change` command:
61-
```bash
62-
npx @intentui/cli@latest change-gray
63-
```
64-
65-
The output will be like this:
66-
```
67-
? The specified CSS path 'src/app/globals.css' exists. Do you want to use this path? yes
68-
? You will override the current theme "`zinc`" with others? yes
69-
? Pick your desired base gray:
70-
zinc
71-
gray
72-
❯ slate
73-
neutral
74-
stone
75-
```
76-
7759
## Alias
7860
If you’re tired of typing `npx @intentui/cli@latest`, you can create an alias for the CLI by adding the following line to your `.bashrc` or `.zshrc` file:
7961
```bash
@@ -83,22 +65,6 @@ Then you can run the CLI using the `intentui` command:
8365
```bash
8466
intentui [command]
8567
```
86-
87-
## Options
88-
The CLI is highly customizable, allowing you to use various flags for a more tailored experience. Here are some of the options available:
89-
90-
### Skip
91-
If you’re confident with the default values provided by the CLI, you can skip prompts by using the `--yes` or `-y` flag:
92-
```bash
93-
npx @intentui/cli@latest init --yes
94-
```
95-
96-
### Dirty
97-
When running the `init` command, the CLI checks whether your project is clean. If it’s not, it will throw an error and halt the process. If you want to proceed regardless, you can use the `--force` flag:
98-
```bash
99-
npx @intentui/cli@latest init --force
100-
```
101-
10268
### Help
10369
If you’re unsure about the next steps, you can always refer to the `help` command for guidance:
10470
```bash

0 commit comments

Comments
 (0)