File tree Expand file tree Collapse file tree 2 files changed +432
-0
lines changed
Expand file tree Collapse file tree 2 files changed +432
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import { Command } from "commander";
22import { configureAnalyzeCommand } from "../commands/analyze.js" ;
33import { configureDeployCommand } from "../commands/deploy.js" ;
44import { configureDevCommand } from "../commands/dev.js" ;
5+ import { configureEnvCommand } from "../commands/env.js" ;
56import { configureInitCommand } from "../commands/init.js" ;
67import { configureListProfilesCommand } from "../commands/list-profiles.js" ;
78import { configureLoginCommand } from "../commands/login.js" ;
@@ -28,6 +29,7 @@ program
2829configureLoginCommand ( program ) ;
2930configureInitCommand ( program ) ;
3031configureDevCommand ( program ) ;
32+ configureEnvCommand ( program ) ;
3133configureDeployCommand ( program ) ;
3234configurePromoteCommand ( program ) ;
3335configureWhoamiCommand ( program ) ;
You can’t perform that action at this time.
0 commit comments