Changes in this release:
- Added new command
ocdev url create/delete/list
for managing components url (exposing component to the outside world). - Added new command
ocdev catalog search/list
to show all possible components that can be used (#194). --dir
flag was renamed to--local
. This affectsocdev create
andocdev push
commandsocdev push
now automatically pushes the same source that was used when the component was created. (#220, #221)- Added
ocdev project create/get/set
to create a new project, get current project and switch between projects. - All delete operations are now asking for confirmation. Affects
ocdev delete
andocdev app delete
- Added new command
ocdev list
for listing components in the current application.