NEW FEATURES:
BUG FIXES:
IMPROVEMENTS:
NEW FEATURES:
- adds
elements delete <id>
to delete an Element by ID (#25)
BUG FIXES:
- corrects missing newline from
elements import
result (#82)
IMPROVEMENTS:
NEW FEATURES:
- Users with intelligence permission can now query metadata with hidden command
intelligence
- Hidden command
elements cheatsheets
launches a local webserver for Element Cheat Sheets beta
NEW FEATURES:
- Code of Conduct added (#14)
BUG FIXES:
jobs delete --max
now checks to determine whether user-provided max is greater than existing jobs (#73)
IMPROVEMENTS:
NEW FEATURES:
BUG FIXES:
IMPROVEMENTS:
- limit job deletion concurrency or max count with new flags,
curr
|r
andmax
|m
respectively
NEW FEATURES:
- Create a job with
jobs create --file <job.json>
given a JSON config file - Delete a job with
jobs delete <jobid>
- Delete all jobs with
jobs delete --all
BUG FIXES:
IMPROVEMENTS:
NEW FEATURES:
profiles init
creates a new, blank cectl.toml config file if the file doesn't exist, in the default locationprofiles add -l
orprofiles add --login
begins an interactive login session to create a cectl.toml file
BUG FIXES:
profiles list -l
now lists all profiles rather than a truncated list
IMPROVEMENTS:
NEW FEATURES:
BUG FIXES:
IMPROVEMENTS:
- Updates to latest ce-go client which shows user privileges with roles in JSON output via
user list -r --json
NEW FEATURES:
- Hidden
lbdocs
command forelements
to retrieve LoopBack models for an Element
BUG FIXES:
IMPROVEMENTS:
NEW FEATURES:
- exposes
branding set
with only the--file
flag feature
BUG FIXES:
IMPROVEMENTS:
- spelling and err handling corrections
NEW FEATURES:
instances delete
now takes either a list of IDs (1 or more) to delete multiple instances or the flag--all
to delete all of them. Will provide an error if Element Instance is in use or not found.
BUG FIXES:
molecules export
variants, continued fix to exporting raw JSON (PR#51
IMPROVEMENTS:
profiles env
now also adds exports forCE_ORG
andCE_USER
in addition to existingCE_BASE
andCE_AUTH
NEW FEATURES:
profiles env
adds the ability to output environment variables for current profile,CE_BASE
url andCE_AUTH
which can be used in a curl header; can also dosource <(cectl profiles env)
to set env variables
BUG FIXES:
IMPROVEMENTS:
- CircleCI added
- Malformed Formulas are displayed in
formulas list
withN/A
for success step, trigger type, and API (#2) formulas list
now shows config count per Formula (#9)
NEW FEATURES:
BUG FIXES:
IMPROVEMENTS:
instances test
now has a flag to remove bad instances,--remove
(#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:
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 Formual Instance Executions now enforces requiring of an ID (
executions list <id>
) (#40)
IMPROVEMENTS:
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:
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:
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:
NEW FEATURES:
- Adds csv output for profiles and transformations with
--csv
flag
BUG FIXES:
IMPROVEMENTS:
NEW FEATURES:
BUG FIXES:
- Critical fix in Formula definition, improper capitialization of configuration keys results in invalid Formula json
IMPROVEMENTS:
NEW FEATURES:
BUG FIXES:
IMPROVEMENTS:
- A new flag to provide more details on the definition of a Resource,
resources definition <resource> -d
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
NEW FEATURES
transformations
top level command, with one subcommand,transformations list
(#17)- New transformations subcommands,
elements transformations <id>
andinstances transformations <id>
command, to list the Transformations associated with an Element ID/key or Element Instance ID, respectively (#17) molecules export
now exports Transformations per Element into a file in the createdtransformations
directory (#17)profiles list
has a new flag to output a table of profiles available,-l
or--long
BUG FIXES
IMPROVEMENTS
- isolated CE API to
ce-go
library (#8) - using dep-style changelog format going forwards
- Export Resources and Formulas methods are here now, instead of within ce-go
molecules export [formulas|resources|all (default)]
initial version;molecules
hidden
- Element import help text, shows help
resources add
hidden (still active, but deprecated)resources import
replacesresources add
- restoring removed
formula-instances create <id> [name] [--configuration <configfile>]
- user info table display correction incorporated
- display of empty resources list corrected
resources delete <name>
- allows deleting of common resource objectselements import <element.json>
- imports an Element json to the Platforminstances delete <id>
- deletes an Element Instanceformula-instances delete <id>
- deletes a Formula Instance- separation of CE go library to ce-go
- introduced
instances test
which hits the/ping
endpoint for each Instance and reports non-200
- using ce-go library
elements list
now has--csv
csv output flag
- minor changes to info output
- rudimentary info command
- added
elements export
to export full element model
- Changed Formula Instance Exection list limit flag from
--num
to--top
to make it clear that the return is from the latest - internal, consolidation of
execution
commands instances docs [id]
requires an integer ID for the Element Instance ID
- Instance details added
instance details <instanceID>
returns details about an Instance including token - Instance docs added
instance docs <instanceID>
returns OAI Spec for Instance - Details for Instances of a Formula now provides configuration params for the Instance
formulas instances <formula_ID>
- Added "extendable" to
elements list
output - Added an optional key param to
elements list [keyfilter]
, which will return only the Elements with keys matchingkeyfilter
- Formula commands now honor
--curl
flag - Formula Instances create command now takes a the configuration json with the
--configuration
flag, in addition deprecated--instance
/--i
flags - Users list via
users list
- clarification to help for
elements list --order
options - combining profile commands into one file,
profiles.go
- Elements OAI retrieval via ID or Key
elements docs <ID|key>
- Elements metadata retrieval via ID or Key
elements metadata <ID|key>
- formatted json output - Elements instance retrieval via ID or Key
elements instances [ID|key]
- optional ID/key, will do aninstances list
if no ID/key provided - Instances list
instances list
is available
- Initial version of adding and defining individual Resources -
resources list | define <name> | add <name> <json>
- Retry Formula Instance Execution via
executions retry <execution_id>
- Common Resources:
resources
- withresources list
- Profiles broken out into
profiles list
(list existing profiles),profiles add
(add a new profile), andprofiles set
(set default profile) from simplyprofiles
(which listed existing profiles, only) - note, still doesn't create a config file if one does not already exist - Added
hubs
, withhubs list
- Activate and deactivate a Formula
formula activate
,formula deactivate
formulas list
now returns the API field for manual triggered APIs, with presence indicating a Formula as a Resource
formulas list
with--json
/-j
json output option- honors
--profile
flag - also shows count of instances
formulas details
- outputs the basic info, triggers, and steps of a Formula templateformulas import TEMPLATEPATH
- imports a json TEMPLATEPATH Formula templateformula-instances list
- lists all instancesformula-instances trigger ID [-d]
- triggers an instance with data object given in-d
- added
version
which outputs version - a variety of stub commands added (
eb
,elements
,profiles
) executions
is the top-level command for managing formula instance executions