Skip to content

Copy Resources, Delete Transformations

Pre-release
Pre-release
Compare
Choose a tag to compare
@ghchinoy ghchinoy released this 04 Feb 16:33
· 96 commits to master since this release

NEW FEATURES:

  • resources copy <resource> <new_resource> with optional flag --deep to also associate new resource Transformations with Element; addresses #16
  • transformations delete <resource> <element>, to delete a Transformation association from an Element, which is a prerequisite if deleting a Resource (existing capability in resources delete <resource>
  • incomplete transformations associate <resource> <element> as there's still more discussion (#20)

BUG FIXES:

IMPROVEMENTS:

  • copyright statement added to transformations.go source file
  • deleting an resource would continue even if it resulted in a non-200 response, resulting in a confusing output