upbound / up

The @upbound CLI
Apache License 2.0
52 stars 41 forks source link

cmd/space: fix missing install.Context #361

Closed sttts closed 1 year ago

sttts commented 1 year ago

If the install.Context is not provided by the parent command (it isn't, maybe since @branden's billing PR?) we must construct it in the subcommands. Binding there is too late.