Skip to content
- Secrets management: Securely store sensitive information such as API keys or tokens.
flexai training run <training_job_name>
now receives --secret
flags to pass it on to the training environment as an Environment Variable. Learn more here.
- Training Environment Variables:
flexai training run <training_job_name>
now receives --env
flags to pass non-sensitive values to the training environment as an Environment Variable. More information here.
- Changelog CLI versioning: Changelog entries will now version CLI releases using their date in the format
[YYYY-MM-DD]
.
- Changed the internals of the CLI installation flow.
- Changed the output of the CLI’s version command to reflect its specific build. An SHA hash will be displayed instead of the previous SemVer version: ae9c1508a46146a6b071dddbbb374c76c1147bcd
- Removed unnecessary source checks in the
source list
command, improving performance.