I am trying to download an entire data bag item with all the json files contained within it from my chef server but the knife download command does not seem to work. I have tried:
knife download my_databag_name
but this returns nothing in the command line and the data bag file cannot be found.
1
votes