Skip to content

Releases: pantheon-systems/terminus

0.5.2

27 Feb 20:01
Compare
Choose a tag to compare

This patch fixes #145. The create-env command was sending the wrong argument to the api so that created environments were not properly cloned.

0.5.1

24 Feb 19:18
Compare
Choose a tag to compare

This is a patch release to resolve issue #157 in which the workflow response is handled improperly. Includes a unit test to prevent the same error in the future.

0.5.0

20 Feb 22:28
Compare
Choose a tag to compare

Branch pantheon-systems/cli/0.5.0

Issues Closed

Issue #63 - Help for each command should show available arguments
Issue #94 - Deleting a site should not print the site list by default
Issue #108 - terminus site dashboard, --yes option doesn't work.
Issue #109 - Terminus site backup create doesn't have a flag for retention time
Issue #113 - Move --yes logic into the Terminus::confirm() function
Issue #114 - --site and --name
Issue #116 - site code commit need to return Success or Error
Issue #121 - Fix docstring for site backup
Issue #123 - Adding some Drupal and Wordpress love to terminus art
Issue #126 - terminus sites aliases ends with wrong permissions for alias file

Pull requests merged

Pull request #83 - Just one type of exception provides response object.
Pull request #86 - Issue #63: Move @subcommand to the bottom of DocParser info
Pull request #89 - Update Multidev create/delete commands to use workflows
Pull request #103 - Redoing upstream code check logic. Adding additional language for missing environments.
Pull request #104 - Positional validation
Pull request #110 - Dashboard command did not check for --yes in config
Pull request #112 - Add tracking codes for kibana
Pull request #117 - Transition from old apis to workflows
Pull request #122 - Adding info to site backup docstring
Pull request #123 - Adding some Drupal and Wordpress love to terminus art
Pull request #125 - Use getError() for Guzzle CurlException
Pull request #128 - Refactor testing
Pull request #129 - Removing single-quotes chmod mode
Pull request #130 - Only do success of fail, resolves #116
Pull request #131 - Always return true if the config --yes option is set
Pull request #132 - Adds capability for backup retention, also refactors backup process to u...
Pull request #136 - Delete site output should be "Success".

0.4-beta

04 Feb 19:54
Compare
Choose a tag to compare

This is primarily a bugfix release but does contain some additional features.

#48 - Add guideline to opening new issues
#64 - Fix sites show typo
#65 - 'terminus cli cache-clear' appears to log me out
#66 - Fixed connection-mode show
#69 - prior to php 5.5 "self" is case sensitive
#71 - terminus sites delete command-line-test spews
#72 - Creating a site screws things up
#73 - Minor but visible spelling error
#75 - sites delete should honor the --yes flag
#76 - creating a site with --product=wordpress does not fail, but does not work either
#77 - consistency in verbs
#80 - Various Bugfixes
#81 - Resolves #77 in a backward compatible manner
#82 - terminus auth login [email protected] fails
#84 - terminus help <command> throws an error
#85 - Issue #84: Don't run invalid_positionals() on the help command
#88 - Revert overwrite of wrapper script
#91 - Fix site clone-env and site wipe when using interactive args
#96 - Aliases
#97 - Revert bin/terminus and update fixture testing/building script. Resolves...
#99 - Had the wrong default file name. resolves #61

0.3.4-beta

22 Jan 23:59
Compare
Choose a tag to compare

Fixes bug with creating sites from within an organization.

0.3.3-beta

22 Jan 19:13
Compare
Choose a tag to compare

Fixes a input bug.

0.3.2-beta

22 Jan 00:52
Compare
Choose a tag to compare

Includes multiorg functions site organization memberships.

0.3.1-beta

07 Jan 22:59
Compare
Choose a tag to compare

This is a bug release. Fixes issues related to importing WordPress sites and adds the ability to import at "create".

0.3.0-beta

19 Dec 22:36
Compare
Choose a tag to compare

This release adds environment create and delete functions and fixes a bug when applying upstream updates.

0.2.0-beta

15 Dec 22:41
Compare
Choose a tag to compare

This release includes site option interactivity and several bug fixes #33, #34, #35