Skip to content

v0.0.3

Compare
Choose a tag to compare
@kadel kadel released this 27 Mar 12:19
8d30b34

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 affects ocdev create and ocdev push commands
  • ocdev 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 and ocdev app delete
  • Added new command ocdev list for listing components in the current application.