Skip to content

Commit 60b808e

Browse files
committed
chore: update docs [skip ci]
1 parent 4e4f970 commit 60b808e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/commands/registry-add.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,21 @@ $ xano registry-add [options]
1313
**Description:** The workspace name. This is used to fetch the workspace configuration. Same as on Xano interface.
1414
#### --branch <branch>
1515
**Description:** The branch name. This is used to select the branch configuration. Same as on Xano Interface.
16-
#### --components
17-
**Description:** Comma-separated list of components to add
1816
#### --registry <url>
1917
**Description:** URL to the component registry. Default: http://localhost:5500/registry/definitions
2018

2119
### registry-add --help
2220
```term
2321
$ xano registry-add --help
24-
Usage: xano registry-add [options]
22+
Usage: xano registry-add [options] <components...>
2523
2624
Add a prebuilt component to the current Xano context, essentially by pushing an
2725
item from the registry to the Xano instance.
2826
27+
Arguments:
28+
components Space delimited list of components to add to your
29+
Xano instance.
30+
2931
Options:
3032
--instance <instance> The instance name. This is used to fetch the instance
3133
configuration. The value provided at the setup
@@ -34,7 +36,6 @@ Options:
3436
workspace configuration. Same as on Xano interface.
3537
--branch <branch> The branch name. This is used to select the branch
3638
configuration. Same as on Xano Interface.
37-
--components Comma-separated list of components to add
3839
--registry <url> URL to the component registry. Default:
3940
http://localhost:5500/registry/definitions
4041
-h, --help display help for command

0 commit comments

Comments
 (0)