Highlights
- Secrets management: Securely store sensitive information such as API keys or tokens.
flexai training run <training_job_name>now receives--secretflags 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--envflags 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].
Added
- FCS Secret Manager:
flexai secretcommand to manage secrets. Learn more here. - CLI a subcommand for dataset deletion:
flexai dataset delete <dataset_name>.
Changed
- 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
- Removed unnecessary source checks in the
source listcommand, improving performance.