@graphql-hive/cli@0.21.0
theguild-bot
released this
21 Apr 09:25
·
3378 commits
to main
since this release
Minor Changes
-
#2080
331a1116
Thanks @n1ru4l! - Introduce new config file format. Please move the
accessToken
property to aregistry
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.