Added
LATITUDE_PROJECT_SLUG, or the global--global-project-slugflag, supplies the project for project-scoped commands so--project-slugcan be dropped from each one.--project-slugstill wins where it is passed, and commands that aren't project-scoped are untouched.- New global flags from the generator upgrade:
--human(force table output when piped),--user-agent-suffix,--no-extract,--no-retry,--spec/--spec-raw(print the effective / embedded OpenAPI spec). Paginated operations also gain--page-delayand--no-pager; streaming operations gain--no-stream.
Changed
- Regenerated on
fern-cli-generator0.21.0→0.41.2and Fern CLI5.58.0→5.122.0. The TLS backend is now selected per target by the generatedCargo.toml(musl → rustls, everything else → native-tls) instead of by a crate-level default feature. - The Linux release binaries now use native-tls with OpenSSL vendored into the binary, rather than rustls. They keep the same runtime profile as before — glibc only, no
libssl/libcrypto— and the same Secret Service keyring support, at the cost of roughly 6 MB of binary size. macOS and Windows are unchanged.