Sha256: 6383131467f39fc1dde7442582b09f72b86d51f784c2e65e063879c2ec67ca6b
Contents?: true
Size: 924 Bytes
Versions: 35
Compression:
Stored size: 924 Bytes
Contents
## Examples When the `lono configsets` command is passed the blueprint will list the configsets for the blueprint. $ lono configsets ec2 Configsets used by ec2 blueprint: +-------+----------------------+---------+---------+ | Name | Path | Type | From | +-------+----------------------+---------+---------+ | httpd | app/configsets/httpd | project | project | +-------+----------------------+---------+---------+ $ When there are no arguments passed to the `lono configsets` command it will list the project configsets. $ lono configsets Project configsets: +-------+------------------------+---------+ | Name | Path | Type | +-------+------------------------+---------+ | httpd | app/configsets/httpd | project | | ruby | vendor/configsets/ruby | vendor | +-------+------------------------+---------+ $
Version data entries
35 entries across 35 versions & 1 rubygems