docs(cli): update README with latest changes
The CLI README has been updated to reflect the removal of the --forceShared flag from the available commands. Additionally, all references to the code have been updated from version 0.3.0 to version 0.4.0 to align with the current version of the application.
This commit is contained in:
parent
b9583a43f6
commit
45082d4587
@ -45,7 +45,6 @@ ARGUMENTS
|
||||
NAME name of component to install
|
||||
|
||||
FLAGS
|
||||
-F, --forceShared override the existing shared.ts and update it to latest
|
||||
-c, --components=<value> place for installation of components
|
||||
-f, --force override the existing file
|
||||
-p, --config=<value> path to config
|
||||
@ -58,7 +57,7 @@ EXAMPLES
|
||||
$ pswui add
|
||||
```
|
||||
|
||||
_See code: [packages/cli/src/commands/add.tsx](https://github.com/pswui/ui/blob/cli@0.3.0/packages/cli/src/commands/add.tsx)_
|
||||
_See code: [packages/cli/src/commands/add.tsx](https://github.com/pswui/ui/blob/cli@0.4.0/packages/cli/src/commands/add.tsx)_
|
||||
|
||||
## `pswui help [COMMAND]`
|
||||
|
||||
@ -99,7 +98,7 @@ EXAMPLES
|
||||
$ pswui list
|
||||
```
|
||||
|
||||
_See code: [packages/cli/src/commands/list.ts](https://github.com/pswui/ui/blob/cli@0.3.0/packages/cli/src/commands/list.ts)_
|
||||
_See code: [packages/cli/src/commands/list.ts](https://github.com/pswui/ui/blob/cli@0.4.0/packages/cli/src/commands/list.ts)_
|
||||
|
||||
## `pswui search`
|
||||
|
||||
@ -121,5 +120,5 @@ EXAMPLES
|
||||
$ pswui search
|
||||
```
|
||||
|
||||
_See code: [packages/cli/src/commands/search.tsx](https://github.com/pswui/ui/blob/cli@0.3.0/packages/cli/src/commands/search.tsx)_
|
||||
_See code: [packages/cli/src/commands/search.tsx](https://github.com/pswui/ui/blob/cli@0.4.0/packages/cli/src/commands/search.tsx)_
|
||||
<!-- commandsstop -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user