0.7.0
Added:
site delete
command will delete a site (moved fromsites delete
, which has been deprecated) (#370)organizations sites --tag=<name>
filters list of sites by tagsite team change-role
Changes an existing member's role (For sites with the proper access level) (#388)site team add-member
now has a required --role flag (For sites with the proper access level) (#388)site delete-branch
will delete a multidev environment's branch (For sites with multidev access) (#395)site delete-env
now has an optional --remove-branch flag (#395)- Environment variables for --site (TERMINUS_SITE), --org (TERMINUS_ORG), --env (TERMINUS_ENV), and user (TERMINUS_USER). User may import these themselves, or add them to the .env file in the user's current directory. (#407)
site tags <add|remove> --site=<site> --org=<org> --tag=<tag>
command will add tags to an organization site (#417)site workflows
command will show all workflows run on the site and their statuses (replacessite jobs
andsite notifications
) (#412)
Fixed:
organizations sites
shows all the organization's sites, not just the first 100 (#371)
Changed:
site wipe
asks for confirmation (#382)backup get
will not offer in-progress/incomplete backups for download (#386)backup list
identifies 0-byte backups as "Incomplete" (#386)site clone-env
is nowsite clone-content
. Flags have changed from inclusive --db and --files to exclusive --db-only and --files-only and defaults to cloning both. (#403)products
is nowupstreams
(#404)- The
--product
flag onsites create
is now--upstream
(#404) site backup
is nowsite backups
(#416)- The
--nocache
flag has been removed (#415)
Deprecated: