Sha256: 6cf4d799ec1f1fb4d1d53c966707d6dd988d93903065be6a3b99f52707845a77
Contents?: true
Size: 416 Bytes
Versions: 30
Compression:
Stored size: 416 Bytes
Contents
## Generator To help you get started quickly, you can generate starter variable code. $ kubes new variable create .kubes/variables/dev.rb .kubes/variables/dev.rb ```ruby @example = "dev-value" ``` To create the prod variables, set `KUBES_ENV=prod`. $ KUBES_ENV=prod kubes new variable create .kubes/variables/prod.rb .kubes/variables/prod.rb ```ruby @example = "prod-value" ```
Version data entries
30 entries across 30 versions & 1 rubygems