-
Notifications
You must be signed in to change notification settings - Fork 249
Docs for platform-specific packages #1441
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
Conversation
|
||
|
||
```bash | ||
devbox add ripgrep --exclude-platforms aarch64-darwin |
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.
singular flag here too
@@ -59,6 +59,39 @@ For example, to use the latest version of `ripgrep,` run `devbox add ripgrep`, ` | |||
|
|||
Whenever you run `devbox update`, packages with the latest tag will be updated to the latest version available in our index. | |||
|
|||
### Restricting Packages to Specific Platforms |
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.
🤔 I don't understand why this is in the "pinning packages" section. Isn't that about restricting to a certain version?
Not totally sure this feature applies to this guide...
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.
I guess I was trying to find a guide to place it in, but not sure where the best place was. It seemed a little narrow for it's own page, but maybe that's the best place
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.
Nice! But found a few more edits we could make....Thanks!
Summary
Add docs for the new schema and commands that support platform specific packages
How was it tested?
Localhost, also check Vercel Docs for more details