Terminus Changelog
Stay up to date on the latest Terminus version.
Changelog
3.6.1
Added
- New "branch" option to "local:clone" command (#2648)
Fixed
- Bug while handling exception due to environment unable to wake (#2637)
- Added correct documentation link to env:clone-content command (#2632)
- Fixed undefined notice for $command_summary during WP-CLI/Drush execution (#2614)
New Contributors
- @calvinrodrigues500 made their first contribution in https://github.com/pantheon-systems/terminus/pull/2632
- @taupecat made their first contribution in https://github.com/pantheon-systems/terminus/pull/2648
3.6.0
Added
- New command "site:label:set" to set a site's label (#2626)
- Track command success rates and execution time (#2623)
3.5.2
Fixed
- Fix undefined notice from sftp password cleanup (#2609)
- Use right message after site or environment creation (#2611)
Added
- Add new header x-pantheon-terminus-environment (#2613)
Changed
- Add retries to env:wake (#2612)
- Add more logging to env:wake command (#2586)
3.5.1
Fixed
- Fix a bug where the --filter option was not working correctly for several commands [#2607]
3.5.0
- Retry option added for Drush and WP-CLI commands (#2588)
- Provides a trace ID when running remote commands (Drush, WP-CLI) (#2589)
- Terminus Workflow:waitForCommit command added (#2591)
- Add new static cache for site_names (#2594)
- Env deploy command should only be used in test/live envs (#2575)
- Fix multidev:create command help (#2579)
- On April 30st, 2024, Pantheon deprecated support for password authentication for ssh, which is used for git, drush/wp-cli, and sftp. Going forward, users need to use ssh keys for git, drush/wp-cli, and sftp. https://docs.pantheon.io/ssh-keys (#2572)
- Non-interactive commands should also exit with error if the workflow failed (#2583)
3.4.0
- Update clone:content command documentation #2560
- New test for env:metrics command #2562
- Handle error processing workflow in connection:set command. #2563
- The site:create command now waits for a site to be fully awake before completing #2564
- The multidev:create command now waits for the environment to be fully awake before completing #2565
3.3.5
- Remove the concept of change_management in site:team:role commands #2550
- Add art:list command #2554
- Run Terminus tests against PantheonAPI #2547