github.com/Venafi/vcert/v5@v5.10.2/aruba/features/basic/usage.feature (about) 1 @COMMON 2 Feature: Showing usage text page 3 4 As a user 5 I want to see usage text 6 7 Background: 8 And the default aruba exit timeout is 180 seconds 9 10 Scenario: Usage text 11 When I run `vcert` 12 Then the output should contain: 13 """ 14 Venafi Certificate Utility 15 """ 16 17 Scenario: Enroll help text 18 When I run `vcert enroll -h` 19 Then the output should contain: 20 """ 21 vcert enroll - To enroll a certificate 22 """