Releases: pantheon-systems/terminus
Releases · pantheon-systems/terminus
1.7.1
1.7.0
1.6.2
1.6.1
1.6.0
Added
domain:dns
has returns a new field,detected_value
, which indicates the live DNS settings for a given domain. (#1756)domain:dns
has returns a new field,status
, which indicates whether live DNS settings for a given domain match the recommended setting. (#1756)- Added new command
site:upstream:clear-cache
to clear code caches on a site. (#1762) TerminusCollection::reset()
to reset the model array (after filtering or sorting). (#1779)
Fixed
- Changed the Domains collection to use a newer API call, fixing
domain:dns
. (#1756) - Fixed operations for sites that have been unfrozen. (#1766)
Removed
- Removed the now-obsolete
Domains::setHydration(string)
function. (#1756) - Removed
TerminusCollection::listing(string, string)
. (#1779) - Removed the
Loadbalancer
model. (#1779) - Removed the
Loadbalancers
collection. (#1779)
Changed
multidev:create
is now checked for whether the site is frozen before attempting to execute. (#1761)import:database
is now checked for whether the site is frozen before attempting to execute. (#1761)- Checks for frozen sites will now throw errors on dev and multidev environments as well as test and live. (#1761)
domain:list
now listsid
,type
, anddeleteable
attributes. (#1763)https:info
now listsid
,type
,status
,status_message
, anddeleteable
attributes. (#1763)https:info
emits aRowsOfFields
object instead of aPropertyList
. (#1763)domain:dns
now emits an info log instead of a warning. (#1772)TerminusCollection::fetch()
no longer accepts an array of options. UsesetData(array)
to pass in data andsetFetchArgs(array)
for the same functionality. (#1779)
Deprecated
Workflow:operations()
is deprecated. Use theWorkflow::getOperations()
to retrieve workflow operations. (#1769)
1.5.0
Changed
- Updated the name of the
longname
field output byupstream:list
tolabel
. (#1747) - Updated the name of the
longname
field output byupstream:info
tolabel
. (#1747) - Upstreams of types
core
andcustom
are the only ones which appear by default when usingupstream:list
. (#1747) - The
--org
option of thesite:list
command now defaults to"all"
instead ofnull
, but its behavior is unchanged. (#1747) - The
role
parameter of thesite:team:add
command defaults toteam_member
. (#1750)
Added
- Added a
machine_name
field to the output ofupstream:list
. (#1747) - Added a
organization
field to the output ofupstream:list
. (#1747) - Added a
machine_name
field to the output ofupstream:info
. (#1747) - Added a
organization
field to the output ofupstream:info
. (#1747) - Added a
repository_url
field to the output ofupstream:info
. (#1747) - Added a
org:upstream:list
command to list the upstreams of a specific organization. (#1747) - Added an
--org
option toupstream:list
to list the upstreams of a specific organization. (#1747) - Added an
--all
option to list upstreams of all types in the output ofupstream:list
. (#1747) - Added a
--framework
option toupstream:list
to filter the list by framework. (#1747) - Added a
--name
option toupstream:list
to filter the list by name regex. (#1747)
Removed
- Removed the
category
field from the output ofupsteram:info
. (#1747)