Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.9.0
-
Component/s: Chef Client
-
Labels:None
-
Environment:
All
-
Triage Status:Triaged
Description
Should add a "knife data bag from file FILE" subcommand. This would allow having a data bag under SCM and being easy to update the server from the SCM'd file among other good things
Data bag from file is in 0.9!
knife data bag from file users adam.json
Will populate form 'data_bags/users/adam.json'
Adam