Sha256: 8a78d1b22934cc58bb0f5d5dd3d315b3e7e2bb055abe0d2015160fe6b3d79c68
Contents?: true
Size: 480 Bytes
Versions: 22
Compression:
Stored size: 480 Bytes
Contents
Feature: Populate variable with values Background: Given I successfully run `conjur variable create $ns/secret initialvalue` Scenario: Value provided via command-line parameter When I run `conjur variable values add $ns/secret secretvalue` Then the output should contain "Value added" Scenario: Value provided via stdin When I run `bash -c 'echo "secretvalue" | conjur variable values add $ns/secret'` Then the output should contain "Value added"
Version data entries
22 entries across 22 versions & 1 rubygems