1 // Package state gives access to the state of the odo process stored in a local file 2 // The state of an instance is stored in a file .odo/devstate.${PID}.json. 3 // For compatibility with previous versions of odo, the `devstate.json` file contains 4 // the state of the first instance of odo. 5 package state 6