-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add rover license fetch
#1793
Comments
6 tasks
BrynCooke
added a commit
that referenced
this issue
Dec 5, 2023
BrynCooke
added a commit
that referenced
this issue
Dec 5, 2023
BrynCooke
added a commit
that referenced
this issue
Dec 5, 2023
Merged
bnjjj
added a commit
that referenced
this issue
Dec 14, 2023
# [0.22.0] - 2023-12-13 ## 🚀 Features - **Add offline license support - @BrynCooke PR #1796 - Issue #1793** Adds rover `license fetch <graph_ref>` Output: ``` rover license fetch --graph-id starstuff --profile gh Fetching license for starstuff using credentials from the gh profile. Success! <redacted jwt> ``` ## 🐛 Fixes - **Handle new rate limit error - @bnjjj #1798** Update the GraphQL schema and handle the new rate limit error. ## 🛠 Maintenance - **First trial use of a generator (Scaffolding code for creating a new verb for an existing noun/command) - @tapegram PR #1786** First try at taking the instructions from the readme on how to scaffold a new verb on an existing command and added plop tooling to be able to generate the scaffolding automatically. `npx plop` This is an initial exploratory PR. Later PRs will build this into the dev tooling and expand on the functionality (if we don't decide to remove it) ## 📚 Documentation - **Move Validating client ops to Apollo CLI section - @Meschreiber #1783** This PR moves [Validating client operations](https://www.apollographql.com/docs/graphos/delivery/validating-client-operations/) into the Rover > Apollo CLI section. - **Use shared content component for GH action instructions - @Meschreiber #1780** This PR replaces some text with a [new shared content component](https://github.com/apollographql/docs/pull/596/files) containing that text. - **Remove note on restricted supergraph.yml expansion - @dylan-apollo #1779 - issue #1629** `supergraph.yaml` files now supports environment variable expansion everywhere, not just in introspection headers. Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Allow users to download offline licenses via
rover license fetch <apollo-graph-ref>
The text was updated successfully, but these errors were encountered: