You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All notable changes to this project starting with the 0.6.0 release will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org)
3
+
4
+
##[0.6.0] - 2015-08-10
5
+
### Added
6
+
-`terminus cli console` (Instantiates a console within Terminus)
7
+
-`terminus site init-env` (Initializes new test or live environments on Pantheon)
8
+
-`terminus site merge-from-dev` (Merges master/dev environment into a multidev environment)
9
+
-`terminus site merge-to-dev` (Merges a multidev environment into master/dev)
10
+
-`terminus sites cache` (Lists sites in cache)
11
+
-`terminus sites mass-update` (Runs upstream updates on all dev sites)
12
+
-Element flag to `terminus site import` (Select specific element[s] to import)
13
+
-Behavior tests
14
+
-QA report tests
15
+
-Linter tools
16
+
-CHANGELOG.txt
17
+
18
+
### Fixed
19
+
-`terminus site import`
20
+
-`terminus site team list`
21
+
-Password display on login failure
22
+
-100x loop on workflow failure
23
+
24
+
### Changed
25
+
-Dashboard URL given by `terminus site dashboard` from https://dashboard.getpantheon.com/… to https://dashboard.pantheon.io/…
26
+
-`terminus sites create` to make org parameter optional
0 commit comments