Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/bumpy-moons-hear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-moments-smile.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/olive-animals-attend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-views-relate.md

This file was deleted.

9 changes: 5 additions & 4 deletions docs/commands/registry-add.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,21 @@ $ xano registry-add [options]
**Description:** The workspace name. This is used to fetch the workspace configuration. Same as on Xano interface.
#### --branch <branch>
**Description:** The branch name. This is used to select the branch configuration. Same as on Xano Interface.
#### --components
**Description:** Comma-separated list of components to add
#### --registry <url>
**Description:** URL to the component registry. Default: http://localhost:5500/registry/definitions

### registry-add --help
```term
$ xano registry-add --help
Usage: xano registry-add [options]
Usage: xano registry-add [options] <components...>

Add a prebuilt component to the current Xano context, essentially by pushing an
item from the registry to the Xano instance.

Arguments:
components Space delimited list of components to add to your
Xano instance.

Options:
--instance <instance> The instance name. This is used to fetch the instance
configuration. The value provided at the setup
Expand All @@ -34,7 +36,6 @@ Options:
workspace configuration. Same as on Xano interface.
--branch <branch> The branch name. This is used to select the branch
configuration. Same as on Xano Interface.
--components Comma-separated list of components to add
--registry <url> URL to the component registry. Default:
http://localhost:5500/registry/definitions
-h, --help display help for command
Expand Down
9 changes: 9 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @calycode/xano-cli

## 0.7.7

### Patch Changes

- bc0d509: fix: fixing default registry item .xs function to match new syntax
- bc0d509: fix: several fixes for the registry related command, updated scaffolded registry directory structure, fixed url processing from env, fixed multiple issues with adding items to the remote Xano instance
- bc0d509: chore: added test-config.schema, now it's easier to actually know what a test config should look like
- bc0d509: chore: updated the output of the registry-add command for better readibility and to expose the errors that Xano returns --> thus allowing actually remote linting of .xs files as well

## 0.7.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@calycode/cli",
"version": "0.7.6",
"version": "0.7.7",
"description": "Command-line interface for Xano providing terminal access to Xano workflows",
"publishConfig": {
"tag": "latest",
Expand Down
7 changes: 7 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @calycode/caly-core

## 0.6.9

### Patch Changes

- bc0d509: fix: fixing default registry item .xs function to match new syntax
- bc0d509: chore: added test-config.schema, now it's easier to actually know what a test config should look like

## 0.6.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@calycode/core",
"version": "0.6.8",
"version": "0.6.9",
"description": "Core functionality for the Caly Xano tooling providing programmatic access to Xano workflows",
"publishConfig": {
"tag": "latest",
Expand Down