Skip to content

Commit

Permalink
Remove allocation stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ferranbt committed May 15, 2024
1 parent dba45b2 commit 9dfed14
Show file tree
Hide file tree
Showing 12 changed files with 297 additions and 1,794 deletions.
5 changes: 0 additions & 5 deletions internal/cmd/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ func Commands() map[string]cli.CommandFactory {
Meta: meta,
}, nil
},
"deployment status": func() (cli.Command, error) {
return &DeploymentStatusCommand{
Meta: meta,
}, nil
},
"destroy": func() (cli.Command, error) {
return &DestroyCommand{
Meta: meta,
Expand Down
105 changes: 0 additions & 105 deletions internal/cmd/deployment_status.go

This file was deleted.

16 changes: 0 additions & 16 deletions internal/server/proto/utils.go

This file was deleted.

Loading

0 comments on commit 9dfed14

Please sign in to comment.