AWS transform documentation change
Summary
Updated CLI version to 3.5.0 with Windows support, analysis steering inputs, script bundling, and headless mode
Security assessment
Changes focus on functionality improvements rather than security fixes. The headless mode requiring 'trusting all tools' introduces an operational consideration but doesn't document a security feature or address a known vulnerability. No evidence of security patches or vulnerability mitigations in release notes.
Diff
diff --git a/transform/latest/userguide/custom-cli-versions.md b/transform/latest/userguide/custom-cli-versions.md index d5a51c068..26eaf063f 100644 --- a//transform/latest/userguide/custom-cli-versions.md +++ b//transform/latest/userguide/custom-cli-versions.md @@ -13 +13,10 @@ Version | Release date | Release notes -3.4.1 (latest) | July 2, 2026 | +3.5.0 (latest) | July 8, 2026 | + + * Added native Windows support. You can now run the AWS Transform Custom commands directly on Windows. (The `atx ct` commands are not yet supported on Windows) + * Added steering inputs to `atx ct analysis run` so agentic-readiness and modernization-readiness analyses reflect your preferences. Use `--context` for strategic framing, `--agent-scope` to set agent access for agentic-readiness, and `--prefer`/`--avoid` to steer modernization recommendations toward or away from specific technologies. + * Transformation definitions in the skill format can now include a `scripts/` folder, letting you bundle helper scripts alongside your `SKILL.md` and references. + * Added `--wait` to `atx ct remediation create`, which waits until the remediation completes. + * Added headless mode for one-shot execution. Run `atx -x "prompt" -t` to pass a prompt, get a response, and exit with no interactive prompts. Headless mode requires trusting all tools. + + +3.4.1 | July 2, 2026 |