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/dry-files-float.md

This file was deleted.

4 changes: 2 additions & 2 deletions docs/commands/generate-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $ xano generate docs [options]
### Options

#### -I, --input <file>
**Description:** Workspace yaml file from a local source, if present.
**Description:** Workspace schema file (.yaml [legacy] or .json) from a local source, if present.
#### -O, --output <dir>
**Description:** Output directory (overrides default config), useful when ran from a CI/CD pipeline and want to ensure consistent output location.
#### --instance <instance>
Expand All @@ -31,7 +31,7 @@ Usage: xano generate docs [options]

Options:
-I, --input <file>
Workspace yaml file from a local source, if present.
Workspace schema file (.yaml [legacy] or .json) from a local source, if present.

-O, --output <dir>
Output directory (overrides default config), useful when ran from a CI/CD pipeline and want to ensure consistent output location.
Expand Down
4 changes: 2 additions & 2 deletions docs/commands/generate-repo.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $ xano generate repo [options]
### Options

#### -I, --input <file>
**Description:** Workspace yaml file from a local source, if present.
**Description:** Workspace schema file (.yaml [legacy] or .json) from a local source, if present.
#### -O, --output <dir>
**Description:** Output directory (overrides default config), useful when ran from a CI/CD pipeline and want to ensure consistent output location.
#### --instance <instance>
Expand All @@ -31,7 +31,7 @@ Usage: xano generate repo [options]

Options:
-I, --input <file>
Workspace yaml file from a local source, if present.
Workspace schema file (.yaml [legacy] or .json) from a local source, if present.

-O, --output <dir>
Output directory (overrides default config), useful when ran from a CI/CD pipeline and want to ensure consistent output location.
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.15.0
Current version: 0.16.0

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

## 0.16.0

### Minor Changes

- 3db8259: fix: **BREAKING CHANGE** fixing a breaking change in the Xano Metadata API for the workspace/{workspace_id}/export-schema endpoint causing the repo and internal docs generator commands to fail

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

## 0.13.0

### Minor Changes

- 3db8259: fix: **BREAKING CHANGE** fixing a breaking change in the Xano Metadata API for the workspace/{workspace_id}/export-schema endpoint causing the repo and internal docs generator commands to fail

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