Releases: ghchinoy/cectl
Releases · ghchinoy/cectl
Remove bad Element Instances with test --remove
v0.13.0
NEW FEATURES:
BUG FIXES:
IMPROVEMENTS:
instances test
now has a flag to remove bad instances,--remove
(#1)
ROI element output
v0.12.1
NEW FEATURES:
- Convenience output method for CE ROI calculator via flag
--roi
forelements list
command, outputs JSON in a particular format
BUG FIXES:
IMPROVEMENTS:
branding initial release, extras
v0.12.0
NEW FEATURES:
- Initial release of CE UI Branding management via
branding
command - implementedget
andreset
, withset
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:
Formula import/export fixes, export raw json with `--json` updates
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
v0.10.0
NEW FEATURES:
instances enable <instance_id>
- to enable an Element Instanceinstances disable <instance_id>
- to disable an Element Instanceinstances 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
v0.9.0
NEW FEATURES:
- Adds combined vdr (common object + transforms) file with
--combined
flag formolecules 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
NEW FEATURES:
- Adds csv output for profiles and transformations with
--csv
flag
BUG FIXES:
IMPROVEMENTS:
Formulas export/import critical 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
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
NEW FEATURES:
resources copy <resource> <new_resource>
with optional flag--deep
to also associate new resource Transformations with Element; addresses #16transformations delete <resource> <element>
, to delete a Transformation association from an Element, which is a prerequisite if deleting a Resource (existing capability inresources 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