Config
doohickey config handles configuration related actions for your Doohickey project.
Upgrade
doohickey config upgrade will upgrade the project's .doohickey.json file when the Doohickey CLI has been upgraded to a version that uses a newer .doohickey.json file format.
| flags | type | description |
|---|---|---|
--preview (-p) | boolean | Add this flag to show a preview of the transformed environments object in the console |
The upgrade command has no effect if the .doohickey.json file is already at the latest version.
Before upgrading you can run doohickey config upgrade --preview and compare the output of the command to what is currently stored in .doohickey.json. Then run doohickey config upgrade again (without the --preview flag) to do the actual upgrade of the file.
