File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff 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
2624Add a prebuilt component to the current Xano context, essentially by pushing an
2725item 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+
2931Options:
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
You can’t perform that action at this time.
0 commit comments