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/gentle-trees-tan.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/tangy-windows-taste.md

This file was deleted.

5 changes: 5 additions & 0 deletions docs/commands/generate-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ $ xano generate spec [options]
**Description:** Regenerate for all API groups in the workspace / branch of the current context.
#### --print-output-dir
**Description:** Expose usable output path for further reuse.
#### --include-tables
**Description:** Requests table schema fetching and inclusion into the generate spec. By default tables are not included.

### generate spec --help
```term
Expand Down Expand Up @@ -46,6 +48,9 @@ Options:
--print-output-dir
Expose usable output path for further reuse.

--include-tables
Requests table schema fetching and inclusion into the generate spec. By default tables are not included.

-h, --help
display help for command

Expand Down
2 changes: 1 addition & 1 deletion docs/xano.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Usage: xano <command> [options]

Supercharge your Xano workflow: automate backups, docs, testing, and version control — no AI guesswork, just reliable, transparent dev tools.

Current version: 0.14.0
Current version: 0.15.0

Options:
-v, --version output the version number
Expand Down
12 changes: 12 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @calycode/xano-cli

## 0.15.0

### Minor Changes

- db93d85: chore: by default do not generate table schemas into the OAS spec, but allow that via flag

### Patch Changes

- d9da43b: chore: extract the tags from the paths to the global to comply better with OAS
chore: set maxLength to strings on the error codes (owasp:api4:2019-string-limit)
chore: set type to strings (owasp:api4:2019-string-restricted)

## 0.14.0

### Minor 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.14.0",
"version": "0.15.0",
"description": "Command-line interface for Xano providing terminal access to Xano workflows",
"publishConfig": {
"tag": "latest",
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @calycode/caly-core

## 0.12.0

### Minor Changes

- db93d85: chore: by default do not generate table schemas into the OAS spec, but allow that via flag

### Patch Changes

- d9da43b: chore: extract the tags from the paths to the global to comply better with OAS
chore: set maxLength to strings on the error codes (owasp:api4:2019-string-limit)
chore: set type to strings (owasp:api4:2019-string-restricted)

## 0.11.0

### Minor 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.11.0",
"version": "0.12.0",
"description": "Core functionality for the Caly Xano tooling providing programmatic access to Xano workflows",
"publishConfig": {
"tag": "latest",
Expand Down