Version 2.6.9
New Features
Added top level aliases in the
educatesCLI forcreate-portal,list-portalsanddelete-portal, as well as aliases forsession-status,extend-sessionanddelete-session.Any clickable action can now set a
hiddenproperty. The result of this is that the clickable action will be hidden from view in the workshop instructions. Not being visible a user will not be able to click on the action, however it can still be triggered automatically ifautorestartproperty is set, or if it follows a clickable action which hascascadeproperty set. For more details see Hiding clickable actions from view.
Features Changed
The
educates project versionsub command has been moved such that is now possible to useeducates versioninstead to detemine the versions of Educates the CLI is for.The
educates cluster session terminatecommand has bee changed to beeducates cluster session delete. An alias has been kept forterminatemapping todelete.
Bugs Fixed
When deploying a workshop to the local docker environment, a local image registry was being created if one didn’t exist, even though not strictly required. The registry will now not be created, but if the registry exists due to it being manually created using the
educatesCLI, or as the result of deploying a local Kubernetes environment using the CLI, the deployed workshop will be linked to the local image registry and a host entry injected so it can be accessed if required.The
educatesCLI help strings were showing anoptionssub command which didn’t exist when it should have instead being directed users to use the--helpoption.