Skip to content

Releases: ghchinoy/cectl

Remove bad Element Instances with test --remove

09 Apr 23:12
Compare
Choose a tag to compare

v0.13.0

NEW FEATURES:

BUG FIXES:

IMPROVEMENTS:

  • instances test now has a flag to remove bad instances, --remove (#1)

ROI element output

09 Apr 21:52
Compare
Choose a tag to compare
ROI element output Pre-release
Pre-release

v0.12.1

NEW FEATURES:

  • Convenience output method for CE ROI calculator via flag --roi for elements list command, outputs JSON in a particular format

BUG FIXES:

IMPROVEMENTS:

branding initial release, extras

25 Mar 19:19
0ae04a4
Compare
Choose a tag to compare
Pre-release

v0.12.0

NEW FEATURES:

  • Initial release of CE UI Branding management via branding command - implemented get and reset, with set available, but hidden, as there's more work to do (#10)

BUG FIXES:

  • Listing of Formula Instance Executions now enforces requiring of an ID (executions list <id>) (#40)

IMPROVEMENTS:

  • Output of formula-instances create now shows created Formula Instance ID (#36, #10)

Formula import/export fixes, export raw json with `--json` updates

22 Mar 15:56
408d55d
Compare
Choose a tag to compare

v0.11.0

NEW FEATURES:

BUG FIXES:

  • Exports of Elements, Transformations, Formulas, and Resource export raw object so as not to conflict with changes to the Platform API, rather than relying on cectl/ce-go's structures (#26)
  • Formula imports weren't working as expected. Updated Formula structure (#32)

IMPROVEMENTS:

instance enable/disable, instance events enable/disable

10 Mar 18:56
822e424
Compare
Choose a tag to compare

v0.10.0

NEW FEATURES:

  • instances enable <instance_id> - to enable an Element Instance
  • instances disable <instance_id> - to disable an Element Instance
  • instances events-enable <instance_id> [true|false] - a single command that enables or disables an Element Instances events, given a true|false (bool) option

BUG FIXES:

IMPROVEMENTS:

combined vdr output format, corrections to csv output for profiles

07 Mar 06:33
Compare
Choose a tag to compare

v0.9.0

NEW FEATURES:

  • Adds combined vdr (common object + transforms) file with --combined flag for molecules export; speed of --combined flag is a known issue

BUG FIXES:

  • Corrects csv flag outputting only profile data in profiles list --csv

IMPROVEMENTS:

Adds csv output to profiles and transformations

22 Feb 04:15
Compare
Choose a tag to compare

NEW FEATURES:

  • Adds csv output for profiles and transformations with --csv flag

BUG FIXES:

IMPROVEMENTS:

Formulas export/import critical release

14 Feb 04:05
Compare
Choose a tag to compare
Pre-release

NEW FEATURES:

BUG FIXES:

  • Critical fix in Formula definition, improper capitialization of configuration keys results in invalid Formula json

IMPROVEMENTS:

Add detailed view of Resource definition

08 Feb 18:09
Compare
Choose a tag to compare

v0.7.2

NEW FEATURES:

BUG FIXES:

IMPROVEMENTS:

  • A new flag to provide more details on the definition of a Resource, resources definition <resource> -d

Copy Resources, Delete Transformations

04 Feb 16:33
Compare
Choose a tag to compare
Pre-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