Releases: ghchinoy/cectl
Releases · ghchinoy/cectl
adds `elements delete`
Experimental features
Beta features for elements cheatsheets
Minor updates
Minor updates including intelligence
cmd beta
jobs delete max fix and code of conduct
additional flags for delete all jobs
IMPROVEMENTS:
- limit job deletion concurrency or max count with new flags,
curr
|r
andmax
|m
respectively- concurrency (
--cur
or-r
) defaults to 4, max delete count (--max
or-m
) defaults to all
- concurrency (
more commands to manage jobs on the platform
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
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 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:
exposes `branding set`
v0.15.1
NEW FEATURES:
- exposes
branding set
with only the--file
flag feature
BUG FIXES:
IMPROVEMENTS:
flags, bugfixes and improvements
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 forCE_ORG
andCE_USER
in addition to existingCE_BASE
andCE_AUTH
profile env, formula list updates
v0.14.0
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 doource <(cectl profiles env)
to set env variables
BUG FIXES:
IMPROVEMENTS: