Skip to content

Commit 4198bb4

Browse files
committed
unhide xata branch metrics/logs command, fix changeset (#2601)
Synced from monorepo@5779d12fabe0589e37b0325ade77753ca46d9d41
1 parent 85d5b7a commit 4198bb4

3 files changed

Lines changed: 7 additions & 10 deletions

File tree

.sync-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2a0e6500ab66b5ad085edeb537d5819c3f3397d4
1+
5779d12fabe0589e37b0325ade77753ca46d9d41

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@
3636
"yaml": "2.9.0",
3737
"zod": "4.4.3",
3838
"zod-config": "1.4.0",
39+
"@xata.io/ai": "0.1.0",
40+
"@xata.io/api": "0.1.0",
41+
"@xata.io/config": "0.0.0",
3942
"@xata.io/lang": "0.0.1",
4043
"@xata.io/pgroll": "0.9.0",
4144
"@xata.io/pgstream": "0.2.0",
42-
"@xata.io/api": "0.1.0",
4345
"@xata.io/sql": "0.1.3",
44-
"@xata.io/config": "0.0.0",
45-
"@xata.io/tsconfig": "0.0.1",
46-
"@xata.io/utils": "0.1.0",
4746
"@xata.io/test-utils": "0.0.0",
48-
"@xata.io/ai": "0.1.0"
47+
"@xata.io/utils": "0.1.0",
48+
"@xata.io/tsconfig": "0.0.1"
4949
},
5050
"scripts": {
5151
"dev": "bun src/bin/cli.ts",

src/commands/branch/index.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ import { BranchWaitReadyCommand } from './wait-ready';
1717
export const BranchRoute = buildRouteMap({
1818
docs: {
1919
brief: `Create, list, and manage ${CLI_NAME} branches`,
20-
hideRoute: {
21-
logs: true,
22-
metrics: true
23-
}
20+
hideRoute: {}
2421
},
2522
routes: {
2623
list: BranchListCommand,

0 commit comments

Comments
 (0)