Skip to content

Commit

Permalink
ci(e2e): alias deploy as reset
Browse files Browse the repository at this point in the history
  • Loading branch information
corverroos committed Dec 5, 2024
1 parent a5e4133 commit a781a28
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions e2e/cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,9 @@ func newDeployCmd(def *app.Definition) *cobra.Command {
cfg := app.DefaultDeployConfig()

cmd := &cobra.Command{
Use: "deploy",
Short: "Deploys the e2e network",
Use: "deploy",
Aliases: []string{"reset"},
Short: "Deploys/Resets the e2e network to start from genesis",
RunE: func(cmd *cobra.Command, _ []string) error {
_, err := app.Deploy(cmd.Context(), *def, cfg)
return err
Expand Down

0 comments on commit a781a28

Please sign in to comment.