Changelog:
- Added
odo log
command (#429) - Added
odo storage mount
command (#472) - Added
ocdev storage umount
command (#349) - Added confirmation before deleting URL (#479)
- Added confirmation for storage deletion (#447 #476)
- Improved --help with examples and command descriptions (#471 #461)
- New
odo storage list
formating (#469) - Added consistency in commands for project, application & components (#421)
- Internal refactoring and updates (#463 #410 #442 #457 #459 #458 #448 #452 #451 #455)
Known Issues:
- Some components (like widfly and httpd) can get broken after adding storage (#445).
Workaround is to runodo push
after every operation that modifies DeploymentConfig (odo storage create
odo storage mount
odo storage unmount
) odo update
is not working properly when changing source fromgit
tolocal
orbinary
and fromlocal
orbinary
togit
(#439)- Two components with the same name can't be created in the same project even if they are in the different applications. (#214)