We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7040b commit 64bef8bCopy full SHA for 64bef8b
features/cli.feature
@@ -1,5 +1,6 @@
1
Feature: CLI Command
2
3
Scenario: ee uninstall works properly
4
- When I run 'sudo bin/ee cli self-uninstall --yes'
+ When I run 'sudo bin/ee cli info'
5
+ And I run 'sudo bin/ee cli self-uninstall --yes'
6
Then ee should be deleted
0 commit comments