This repository was archived by the owner on Apr 1, 2026. It is now read-only.
v0.0.3
Changes in this release:
- Added new command
ocdev url create/delete/listfor managing components url (exposing component to the outside world). - Added new command
ocdev catalog search/listto show all possible components that can be used (#194). --dirflag was renamed to--local. This affectsocdev createandocdev pushcommandsocdev pushnow automatically pushes the same source that was used when the component was created. (#220, #221)- Added
ocdev project create/get/setto create a new project, get current project and switch between projects. - All delete operations are now asking for confirmation. Affects
ocdev deleteandocdev app delete - Added new command
ocdev listfor listing components in the current application.