Skip to content

0.5.0

Compare
Choose a tag to compare
@mikevanwinkle mikevanwinkle released this 20 Feb 22:28

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".