Skip to content

Commit

Permalink
chore(lk): move cloud subcommand to its own category
Browse files Browse the repository at this point in the history
  • Loading branch information
rektdeckard committed Aug 15, 2024
1 parent 96aadaa commit beb7398
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/bootstrap/bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ type BootstrapConfig struct {
Target Target `yaml:"target,omitempty"`
// These executables must be present on $PATH
Requires []string `yaml:"requires,omitempty"`
// TODO: aaa
Env map[string]string `yaml:"env,omitempty"`
// These commands will be run once during setup
Install []string `yaml:"install,omitempty"`
// These commands will be run once during setup (Windows-specific)
Expand Down

0 comments on commit beb7398

Please sign in to comment.