github.com/Venafi/vcert/v5@v5.10.2/aruba/features/basic/version.feature (about)

     1  @COMMON
     2  Feature: showing version
     3  
     4    As a user, I want to know version number of the app
     5  
     6    Scenario: where user asks for -version
     7      When I run `vcert -version`
     8      Then the output should contain:
     9      """
    10      vcert version
    11      """