You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
This implements github plugins. They use the following syntax in
`devbox.json`:
```json
"include": [
"github:jetpack-io/devbox-plugin-example/6ea0ef9e12ab58dbbb145ca8f3a465611cb603a9"
]
```
revision is optional and defaults to master/main.
Repos must have `devbox.json` at top level.
TODO:
- [x] Better error message for missing devbox.json and other files.
- [ ] Add to lockfile? The are currently locked using optional revision
- [ ] Updates: They are currently don't update unless change is made
that busts local.lock cache.
## How was it tested?
<img width="781" alt="image"
src="https://github.com/jetpack-io/devbox/assets/544948/abb258dd-ef78-45c6-8652-e0111635208a">
0 commit comments