Skip to content

Commit 7d04d14

Browse files
committedSep 23, 2024·
Rewrite release note copy
1 parent 267c20d commit 7d04d14

File tree

2 files changed

+28
-10
lines changed

2 files changed

+28
-10
lines changed
 

‎source/releasenotes/2024-09-18-terminus-360.md

-10
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: "Terminus 3.6.0 release"
3+
published_date: "2024-09-23"
4+
categories: [tools-apis, new-feature]
5+
---
6+
Site labels can now be renamed self-serve via Terminus with the new `site:label:set` command. Previously, updating a site's label was only possible by contacting support.
7+
8+
A site on Pantheon has both a machine name and a human-readable label.
9+
* Machine name (e.g., `my-awesome-site`): used in [Terminus commands](/terminus/examples#siteenv), constructs [platform domains](/guides/domains), and cannot be changed after site creation
10+
* Human-readable label (e.g., `My Awesome Site`): shown in the Pantheon workspace, site dashboards, and can be changed after site creation via Terminus. For example:
11+
12+
```shell{promptUser: user}
13+
terminus site:label:set my-awesome-site "My Awesome Site D11"
14+
```
15+
16+
Upgrade today to leverage this new command.
17+
18+
## Upgrade Terminus
19+
Installations managed by Homebrew on MacOS can update with the following command:
20+
21+
```shell{promptUser: user}
22+
brew upgrade pantheon-systems/external/terminus
23+
```
24+
See additional upgrade instructions for other systems [here](/terminus/install).
25+
26+
### Also added
27+
In addition to this new command, the [Terminus 3.6.0 release](https://github.com/pantheon-systems/terminus/releases/tag/3.6.0) also adds the following:
28+
- Track command success rates and execution time ([#2623](https://github.com/pantheon-systems/terminus/pull/2623))

0 commit comments

Comments
 (0)
Please sign in to comment.