Skip to content

Releases: ghchinoy/cectl

adds `elements delete`

19 Nov 02:07
fc27d0f
Compare
Choose a tag to compare
Pre-release

v0.17.5

NEW FEATURES:

  • adds elements delete <id> to delete an Element by ID (#25)

BUG FIXES:

  • corrects missing newline from elements import result (#82)

IMPROVEMENTS:

Experimental features

18 Nov 17:29
4e56164
Compare
Choose a tag to compare
Experimental features Pre-release
Pre-release

Beta features for elements cheatsheets

Minor updates

12 Nov 00:51
Compare
Choose a tag to compare
Minor updates Pre-release
Pre-release

Minor updates including intelligence cmd beta

jobs delete max fix and code of conduct

25 Sep 17:56
3c19399
Compare
Choose a tag to compare
Pre-release

v0.17.3

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:

additional flags for delete all jobs

15 Sep 02:34
1ba60c5
Compare
Choose a tag to compare
Pre-release

IMPROVEMENTS:

  • limit job deletion concurrency or max count with new flags, curr | r and max | m respectively
    • concurrency (--cur or -r) defaults to 4, max delete count (--max or -m) defaults to all

more commands to manage jobs on the platform

14 Sep 02:49
96ae2bc
Compare
Choose a tag to compare

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

improvements to on-boarding: profiles init, profiles add --login

03 Sep 21:02
bcccc44
Compare
Choose a tag to compare

This release combines a few updates to the profiles command to make it easier to onboard new users of cectl. Users can now use profiles init to create a blank config and profiles add <profile_name> --login to enter a username, password, and CE environment to add a profile to the config file.

v0.16.0

NEW FEATURES:

  • profiles init creates a new, blank cectl.toml config file if the file doesn't exist, in the default location
  • profiles add -l or profiles 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:

exposes `branding set`

15 May 11:19
Compare
Choose a tag to compare
Pre-release

v0.15.1

NEW FEATURES:

  • exposes branding set with only the --file flag feature

BUG FIXES:

IMPROVEMENTS:

flags, bugfixes and improvements

20 Apr 21:55
Compare
Choose a tag to compare
Pre-release

v0.15.0

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. (#55)

BUG FIXES:

  • molecules export variants, continued fix to exporting raw JSON (PR#51)

IMPROVEMENTS:

  • profiles env now also adds exports for CE_ORG and CE_USER in addition to existing CE_BASE and CE_AUTH

profile env, formula list updates

11 Apr 00:58
Compare
Choose a tag to compare
Pre-release

v0.14.0

NEW FEATURES:

  • profiles env adds the ability to output environment variables for current profile, CE_BASE url and CE_AUTH which can be used in a curl header; can also do ource <(cectl profiles env) to set env variables

BUG FIXES:

IMPROVEMENTS:

  • CircleCI added
  • Malformed Formulas are displayed in formulas list with N/A for success step, trigger type, and API (#2)
  • formulas list now shows config count per Formula (#9)