Skip to content

@graphql-hive/cli@0.21.0

Compare
Choose a tag to compare
@theguild-bot theguild-bot released this 21 Apr 09:25
· 3378 commits to main since this release
84f6230

Minor Changes

  • #2080
    331a1116
    Thanks @n1ru4l! - Introduce new config file format. Please move the
    accessToken property to a registry object.

    The old top-level property approach is now considered deprecated and will no longer be supported
    in the next major version of the CLI.

     {
    -  "accessToken": "xxxxxd4cxxx980xxxxf3099efxxxxx"
    +  "registry": {
    +      "accessToken": "xxxxxd4cxxx980xxxxf3099efxxxxx"
    +  }
     }
  • #2080
    331a1116
    Thanks @n1ru4l! - Support fetching artifacts from the CDN with
    hive artifact:fetch.

    See the readme for more information.

Patch Changes