Versions in this module Expand all Collapse all v0 v0.1.0 Mar 18, 2026 Changes in this version + func PrepareCommand(cmd *cobra.Command, env *azldev.Env) *cobra.Command + type TestEnv struct + CmdFactory *testctx.TestCmdFactory + CommandsExecuted [][]string + Config *projectconfig.ProjectConfig + DryRunnable opctx.DryRunnable + Env *azldev.Env + EventListener opctx.EventListener + TestFS opctx.FS + TestInterfaces azldev.SystemInterfaces + TestOSEnv opctx.OSEnv + func NewTestEnv(t *testing.T) *TestEnv + func (e *TestEnv) FS() opctx.FS + func (e *TestEnv) OSEnv() opctx.OSEnv