From beb7398b128539e34ea87afd6c38e74cf12f88c5 Mon Sep 17 00:00:00 2001 From: rektdeckard Date: Thu, 15 Aug 2024 14:14:18 -0600 Subject: [PATCH] chore(lk): move cloud subcommand to its own category --- pkg/bootstrap/bootstrap.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/bootstrap/bootstrap.go b/pkg/bootstrap/bootstrap.go index e61ab657..3eb21943 100644 --- a/pkg/bootstrap/bootstrap.go +++ b/pkg/bootstrap/bootstrap.go @@ -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)