Skip to content

Commit 0648482

Browse files
committed
feat: CLI preview / branch terminal (#2535)
Co-authored-by: Amp <amp@ampcode.com> Synced from monorepo@acddcd67821ded5958b4f86b1381d2e42948a737
1 parent 1f08e7d commit 0648482

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.sync-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b5bb1cd59d38134fa2778d5920edc04f82bed8ae
1+
acddcd67821ded5958b4f86b1381d2e42948a737

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,15 @@ The official command-line interface for [Xata](https://xata.io).
1313
### Installation
1414

1515
```bash
16-
npm install -g @xata.io/cli
16+
# macOS / Linux
17+
curl -fsSL https://xata.io/install.sh | bash
18+
19+
# Windows PowerShell
20+
powershell -c "irm https://xata.io/install.ps1 | iex"
1721
```
1822

23+
After installation, run `xata upgrade` to update to the latest CLI release.
24+
1925
### Documentation
2026

2127
See the [Xata documentation](https://xata.io/docs/cli) for usage instructions.

0 commit comments

Comments
 (0)