Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mantil-io/mantil
Browse files Browse the repository at this point in the history
  • Loading branch information
ksokolic committed Nov 25, 2021
2 parents 2e22772 + 6f4b385 commit d1ddcee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions texts/commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ There is --dry-run option which will show you what credentials will be used
and what account will be managed by command.
By default you will be asked to confirm the destruction.
This behaviour can be disabled using the --force option.`,
This behaviour can be disabled using the --yes option.`,
Arguments: `
[node-name] Mantil node name.
If not provided default name dev will be used for the first node.`,
Expand Down Expand Up @@ -243,7 +243,7 @@ This command will destroy all resources belonging to a stage.
Optionally, you can set the --all option to destroy all stages of a project.
By default you will be asked to confirm the destruction.
This behavior can be disabled using the --force option.`,
This behavior can be disabled using the --yes option.`,
Arguments: `
<name> Name for the stage to destroy.`,
}
Expand Down

0 comments on commit d1ddcee

Please sign in to comment.