Skip to content

Commit 8dd0f43

Browse files
committed
feat: some improvements
1 parent 075e13e commit 8dd0f43

File tree

4 files changed

+469
-42
lines changed

4 files changed

+469
-42
lines changed

cmd/ee/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ func main() {
9090
command.NewInitCommand("global"), // Project initialization
9191
command.NewApplyCommand("global"), // Apply environment variables
9292
command.NewVerifyCommand("global"), // Verify project configuration
93+
command.NewAuthCommand("global"), // Authentication
9394

9495
// Entity Management - local entity operations
9596
command.NewSchemaCommand("entities"), // Schema management

0 commit comments

Comments
 (0)