Skip to content

Commit cb4b970

Browse files
authored
Release Version (#151)
2 parents ad1fc44 + 60b808e commit cb4b970

File tree

9 files changed

+23
-28
lines changed

9 files changed

+23
-28
lines changed

.changeset/bumpy-moons-hear.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/many-moments-smile.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/olive-animals-attend.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/stupid-views-relate.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

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

packages/cli/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @calycode/xano-cli
22

3+
## 0.7.7
4+
5+
### Patch Changes
6+
7+
- bc0d509: fix: fixing default registry item .xs function to match new syntax
8+
- 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
9+
- bc0d509: chore: added test-config.schema, now it's easier to actually know what a test config should look like
10+
- 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
11+
312
## 0.7.6
413

514
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@calycode/cli",
3-
"version": "0.7.6",
3+
"version": "0.7.7",
44
"description": "Command-line interface for Xano providing terminal access to Xano workflows",
55
"publishConfig": {
66
"tag": "latest",

packages/core/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @calycode/caly-core
22

3+
## 0.6.9
4+
5+
### Patch Changes
6+
7+
- bc0d509: fix: fixing default registry item .xs function to match new syntax
8+
- bc0d509: chore: added test-config.schema, now it's easier to actually know what a test config should look like
9+
310
## 0.6.8
411

512
### Patch Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@calycode/core",
3-
"version": "0.6.8",
3+
"version": "0.6.9",
44
"description": "Core functionality for the Caly Xano tooling providing programmatic access to Xano workflows",
55
"publishConfig": {
66
"tag": "latest",

0 commit comments

Comments
 (0)