feat: implement create command for environments

This commit is contained in:
2025-09-23 16:26:31 +05:30
parent a582636e16
commit 4f63215fba
3 changed files with 74 additions and 3 deletions

1
go.mod
View File

@@ -35,6 +35,7 @@ require (
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
github.com/muesli/cancelreader v0.2.2 // indirect
github.com/muesli/termenv v0.16.0 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/rivo/uniseg v0.4.7 // indirect
github.com/spf13/pflag v1.0.9 // indirect
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect