Enhancements
- Adds a timer to UI / UX output to the odo component creation output. #1795
- We can now run
odo component describe/delete/list
andodo app describe/delete/list
outside a directory containing a odo component. #1792 and #1779 - The problem of wrong path during odo create in interactive mode is fixed. #1764
- We can now view odo config info from the local config without talking to the server. #1758
- Adds a "shortcut" section to odo --help. #1763
- Adds a
path
flag toodo list
for viewing all components in a directory. #1771 - Improves URL creation and deletion UI/UX. #1774
- Rename install.sh to installer.sh and Add Uninstall #1802
- Fix infinite wait in CreateNewProject #1785
- Remove multiple "odo app list" entries #1767
- Create the preference file lazily #1765
- Add "shortcut" section to odo help #1763
Breaking changes
- The global preference's default name changes to preference.yaml instead of config.yaml. As this file is present in the ~/.odo folder it will not colide with the config.yaml if someone chooses to create a component in home dir. For backward compatibility, just rename the file to preference.yaml. #1784