Skip to content

Latest commit

 

History

History
1188 lines (631 loc) · 66.6 KB

File metadata and controls

1188 lines (631 loc) · 66.6 KB

xata-cli

1.5.6

Patch Changes

  • #2895 f8c7de3 Thanks @SferaDev! - [CLI]: Honour --profile on commands that talk to the API

  • #2896 7caee52 Thanks @SferaDev! - [CLI]: Move the reference prose into the command definitions

  • #2898 960149a Thanks @SferaDev! - [CLI]: Run roll and clone against a reachable private branch instead of exiting 1

  • #2899 9418918 Thanks @SferaDev! - [CLI]: Ignore the project and branch config a checkout writes, not just the one init writes

1.5.5

Patch Changes

  • #2894 004a83c Thanks @SferaDev! - [CLI]: Describe accepted values and flag conflicts in --help

  • #2887 e2953b9 Thanks @divyenduz! - Allow xata clone start and xata clone stream to target a database other than the checked-out database with --database.

1.5.4

Patch Changes

1.5.3

Patch Changes

  • Updated dependencies [4daa313]:
    • @xata.io/lang@0.0.4
    • @xata.io/api@0.1.7
    • @xata.io/utils@0.1.3
    • @xata.io/sql@0.2.3
    • @xata.io/ai@0.1.1
    • @xata.io/config@0.0.8

1.5.2

Patch Changes

  • #2846 ed96a25 Thanks @kvch! - bump pgstream to v1.3.1

  • Updated dependencies [7f970ee, 43b330b]:

    • @xata.io/sql@0.2.2
    • @xata.io/api@0.1.6
    • @xata.io/ai@0.1.1
    • @xata.io/config@0.0.7

1.5.1

Patch Changes

  • Updated dependencies [04067d4, dc83a3a]:
    • @xata.io/pgstream@0.2.2
    • @xata.io/api@0.1.5
    • @xata.io/sql@0.2.1
    • @xata.io/ai@0.1.1
    • @xata.io/config@0.0.6

1.5.0

Minor Changes

  • #2792 02654e8 Thanks @SferaDev! - Read branch connection strings from the credentials endpoint instead of the deprecated connectionString field on branch metadata. API keys used with the CLI now need the credentials:read scope.

Patch Changes

  • Updated dependencies [02654e8]:
    • @xata.io/sql@0.2.0
    • @xata.io/ai@0.1.1
    • @xata.io/config@0.0.5

1.4.19

Patch Changes

  • Updated dependencies [fd5e19d]:
    • @xata.io/api@0.1.4
    • @xata.io/sql@0.1.7
    • @xata.io/ai@0.1.1
    • @xata.io/config@0.0.4

1.4.18

Patch Changes

  • #2787 1f293c7 Thanks @xata-bot! - Update dependencies

  • #2795 19052d8 Thanks @SferaDev! - Fix xata ai sql running generated queries against the xata database instead of the selected one. The schema shown to the model came from --database, but the execute connection kept the branch default, so queries silently hit the wrong database.

  • #2787 1f293c7 Thanks @xata-bot! - Remove unused export

  • Updated dependencies [1fa4631, 1f293c7]:

    • @xata.io/api@0.1.3
    • @xata.io/lang@0.0.3
    • @xata.io/sql@0.1.6
    • @xata.io/utils@0.1.2
    • @xata.io/ai@0.1.1
    • @xata.io/config@0.0.3

1.4.17

Patch Changes

  • #2785 4244aa8 Thanks @divyenduz! - Move the (current) marker in xata branch list table output to a dedicated current column (true/false) and render empty parent_id cells as -, so every row has a constant field count and the name column stays clean for positional parsing with tools like awk.

1.4.16

Patch Changes

  • #2778 6244a15 Thanks @SferaDev! - Publish the internal package versions required by the public xataio/cli mirror build.

  • Updated dependencies [6244a15]:

    • @xata.io/ai@0.1.1
    • @xata.io/api@0.1.2
    • @xata.io/config@0.0.2
    • @xata.io/lang@0.0.2
    • @xata.io/pgroll@0.9.1
    • @xata.io/pgstream@0.2.1
    • @xata.io/sql@0.1.5
    • @xata.io/tsconfig@0.0.2
    • @xata.io/utils@0.1.1

1.4.15

Patch Changes

  • #2775 dc81e6f Thanks @SferaDev! - [CLI]: Make xataio/cli mirror buildable from source + GitHub releases

1.4.14

Patch Changes

1.4.13

Patch Changes

1.4.12

Patch Changes

1.4.11

Patch Changes

  • #2754 d30e1f6 Thanks @divyenduz! - unify env var names, in addition to XATA_BRANCHID, XATA_BRANCH_ID should also work

1.4.10

Patch Changes

1.4.9

Patch Changes

1.4.8

Patch Changes

1.4.7

Patch Changes

  • #2675 7453325 Thanks @kvch! - bump pgstream to v1.1.1 and add clone snapshot support for global DB objects (PGSTREAM_POSTGRES_SNAPSHOT_INCLUDE_GLOBAL_DB_OBJECTS, off by default)

1.4.6

Patch Changes

1.4.5

Patch Changes

1.4.4

Patch Changes

1.4.3

Patch Changes

  • Updated dependencies [24ae41b]:
    • @xata.io/api@0.1.1
    • @xata.io/sql@0.1.4
    • @xata.io/test-utils@0.0.1
    • @xata.io/ai@0.1.0
    • @xata.io/config@0.0.1

1.4.2

Patch Changes

  • #2603 7bc4e39 Thanks @kvch! - Bump pinned pgstream binary version to 1.1.0 and pass --upgrade to clone stream (alongside --init, unless --skip-ddl-tracking is set) so leftover v0.9.x pgstream state is cleaned up before streaming.

1.4.1

Patch Changes

1.4.0

Minor Changes

  • #2590 e43ad59 Thanks @SferaDev! - Add support for logging in with an API key via xata auth login --api-key <key>. This is a non-interactive alternative to the browser-based device OAuth flow, and the key is validated before being stored.

1.3.2

Patch Changes

1.3.1

Patch Changes

1.3.0

Minor Changes

Patch Changes

1.2.4

Patch Changes

1.2.3

Patch Changes

1.2.2

Patch Changes

1.2.1

Patch Changes

1.2.0

Minor Changes

  • #2244 c4edf9f Thanks @kvch! - Add a new option for xata branch url to retrieve connection string for poolers

1.1.5

Patch Changes

1.1.4

Patch Changes

1.1.3

Patch Changes

1.1.2

Patch Changes

  • Updated dependencies [c34be69]:
    • @xata.io/pgstream@0.2.0
    • @xata.io/pgroll@0.9.0
    • @xata.io/utils@0.1.0
    • @xata.io/ai@0.1.0
    • @xata.io/sql@0.1.3
    • @xata.io/config@0.0.0

1.1.1

Patch Changes

1.1.0

Minor Changes

1.0.110

Patch Changes

1.0.109

Patch Changes

1.0.108

Patch Changes

1.0.107

Patch Changes

1.0.106

Patch Changes

1.0.105

Patch Changes

1.0.104

Patch Changes

1.0.103

Patch Changes

1.0.102

Patch Changes

1.0.101

Patch Changes

1.0.100

Patch Changes

1.0.99

Patch Changes

1.0.98

Patch Changes

1.0.97

Patch Changes

1.0.96

Patch Changes

1.0.95

Patch Changes

1.0.94

Patch Changes

1.0.93

Patch Changes

1.0.92

Patch Changes

1.0.91

Patch Changes

1.0.90

Patch Changes

1.0.89

Patch Changes

1.0.88

Patch Changes

1.0.87

Patch Changes

1.0.86

Patch Changes

1.0.85

Patch Changes

1.0.84

Patch Changes

1.0.83

Patch Changes

1.0.82

Patch Changes

1.0.81

Patch Changes

1.0.80

Patch Changes

1.0.79

Patch Changes

1.0.78

Patch Changes

1.0.77

Patch Changes

1.0.76

Patch Changes

1.0.75

Patch Changes

1.0.74

Patch Changes

1.0.73

Patch Changes

1.0.72

Patch Changes

1.0.71

Patch Changes

1.0.70

Patch Changes

  • #935 cefc03a Thanks @SferaDev! - Move pgroll and pgstream to their own libraries

  • Updated dependencies [cefc03a]:

    • @xata.io/api@0.1.0
    • @xata.io/pgroll@0.8.0
    • @xata.io/pgstream@0.1.0
    • @xata.io/sql@0.1.2
    • @xata.io/config@0.0.0
    • @xata.io/pii@0.0.0

1.0.69

Patch Changes

1.0.68

Patch Changes

1.0.67

Patch Changes

1.0.66

Patch Changes

1.0.65

Patch Changes

1.0.64

Patch Changes

1.0.63

Patch Changes

1.0.62

Patch Changes

1.0.61

Patch Changes

1.0.60

Patch Changes

1.0.59

Patch Changes

1.0.58

Patch Changes

1.0.57

Patch Changes

1.0.56

Patch Changes

1.0.55

Patch Changes

1.0.54

Patch Changes

1.0.53

Patch Changes

  • #1149 4c45125 Thanks @divyenduz! - make selection of at least one schema, table, column when prompted mandatory

  • Updated dependencies [374b27a]:

    • @xata.io/sql@0.1.1
    • @xata.io/config@0.0.0
    • @xata.io/pii@0.0.0

1.0.52

Patch Changes

1.0.51

Patch Changes

1.0.50

Patch Changes

1.0.49

Patch Changes

1.0.48

Patch Changes

1.0.47

Patch Changes

1.0.46

Patch Changes

1.0.45

Patch Changes

1.0.44

Patch Changes

1.0.43

Patch Changes

1.0.42

Patch Changes

1.0.41

Patch Changes

  • #976 7ddf304 Thanks @divyenduz! - read existing clone config before suggesting prompts in clone config file

1.0.40

Patch Changes

1.0.39

Patch Changes

1.0.38

Patch Changes

1.0.37

Patch Changes

1.0.36

Patch Changes

1.0.35

Patch Changes

1.0.34

Patch Changes

1.0.33

Patch Changes

1.0.32

Patch Changes

1.0.31

Patch Changes

1.0.30

Patch Changes

1.0.29

Patch Changes

  • Updated dependencies []:
    • @xata.io/api@0.0.2

1.0.28

Patch Changes

1.0.27

Patch Changes

1.0.26

Patch Changes

1.0.25

Patch Changes

1.0.24

Patch Changes

1.0.23

Patch Changes

1.0.22

Patch Changes

1.0.21

Patch Changes

1.0.20

Patch Changes

1.0.19

Patch Changes

  • Updated dependencies [a4b162e]:
    • @xata.io/sql@0.1.0

1.0.18

Patch Changes

  • Updated dependencies [4288735]:
    • @xata.io/sql@0.0.1

1.0.17

Patch Changes

  • Updated dependencies [37baefa]:
    • @xata.io/tsconfig@0.0.1
    • @xata.io/api@0.0.0
    • @xata.io/sql@0.0.0

1.0.16

Patch Changes

1.0.15

Patch Changes

1.0.14

Patch Changes

1.0.13

Patch Changes

1.0.12

Patch Changes

1.0.11

Patch Changes

1.0.10

Patch Changes

1.0.9

Patch Changes

1.0.8

Patch Changes

1.0.7

Patch Changes

1.0.6

Patch Changes

  • #363 7ceb667 Thanks @divyenduz! - wrap enquirer so there are no prompts in ci

  • #360 2c80888 Thanks @divyenduz! - - Implement maki auth access-token, maki auth refresh-token commands

    • MAKI_PGROLL_BINARY_VERSION to override pgroll version
    • .gitignore .maki/project.json and default to .maki/migratons for migrations

1.0.5

Patch Changes

1.0.4

Patch Changes

1.0.3

Patch Changes

1.0.2

Patch Changes

1.0.1

Patch Changes