Skip to content

Conversation

@mikeland73
Copy link
Contributor

Summary

Add devbox project to runx

How was it tested?

devbox run build

@mikeland73 mikeland73 merged commit 7aa657d into main Sep 20, 2023
@mikeland73 mikeland73 deleted the landau/runx branch September 20, 2023 00:02
mikeland73 added a commit that referenced this pull request Sep 20, 2023
## Summary

Stacked on #149

`runx.Install` should return the path where binaries are installed.

In the future I think we can make this API a bit better by making it
typed. e.g.

```golang
runx.install(git.Repo{
  Provider: git.GithubProvider,
  User:     "jetpack-io",
  Name:     "envsec",
})
```

## How was it tested?

runx --install jetpack-io/envsec
jetpack-io-bot pushed a commit to jetify-com/pkg that referenced this pull request Sep 20, 2023
## Summary

Stacked on jetify-com/opensource#149

`runx.Install` should return the path where binaries are installed.

In the future I think we can make this API a bit better by making it
typed. e.g.

```golang
runx.install(git.Repo{
  Provider: git.GithubProvider,
  User:     "jetpack-io",
  Name:     "envsec",
})
```

## How was it tested?

runx --install jetpack-io/envsec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants