-
Notifications
You must be signed in to change notification settings - Fork 280
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
Getting started #1104
Getting started #1104
Conversation
✅ Deploy Preview for apollo-router-docs canceled.
|
This comment has been minimized.
This comment has been minimized.
a30f4a3
to
c865033
Compare
296615f
to
7a214fb
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks amazing 🎉 Just one question (I m not sure if it s a leftover or intentional; otherwise lgtm!)
867efb1
to
0cc7e37
Compare
8902adf
to
e7e291c
Compare
Users can in a single command scaffold a project. Once they have a project they can scaffold three different types of plugin.
Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
…s helps with testing unreleased branches.
Moka has a dependency on Quanta which had an issue with AMD hardware. This is now fixed via [Moka-#119](moka-rs/moka#119).
54172b8
to
d287e7b
Compare
just tried to run this and had this: ignition@ignition-apollo starstuff % cargo b
Updating crates.io index
Updating git repository `https://github.com/apollographql/router.git`
Updating git submodule `https://github.com/apollographql/supergraph-demo-fed2.git`
Updating git submodule `https://github.com/apollographql/federation-demo.git`
error: no matching package named `apollo-router-scaffold` found
location searched: https://github.com/apollographql/router.git?tag=v0.9.2
required by package `xtask v0.1.0 (/Users/ignition/projects/oss/starstuff/xtask)` |
Just in case others are trying to test, you MUST run the following to scaffold and not the one in the docs:
This patches up the generated files to work against this branch. |
@BrynCooke This getting-started branch works, but it does not match the current documentation. Is there already an issue/PR to resolve the template from the |
@hboylan I think that once a release happens then everything will start working. The problem is that We need to fix things so that docs are pinned to the latest release rather than main, otherwise we will constantly get issues like this. |
To test follow these instructions: https://deploy-preview-1104--apollo-router-docs.netlify.app/customizations/custom-binary
But when creating the project you'll need to specify the branch when calling cargo-scaffold.