@@ -73,10 +73,10 @@ These packages will install when you install Terminus.
7373| auth: logout | Logs out the currently logged-in user and deletes any saved | ✅ |
7474| | machine tokens. | |
7575| auth: whoami | Displays information about the currently logged-in user. | ✅ |
76- | backup:automatic: disable | Disables automatic backups. | ❓ |
77- | backup:automatic: enable | Enables automatic daily backups that are retained for one | ❓ |
76+ | backup:automatic: disable | Disables automatic backups. | ✅ |
77+ | backup:automatic: enable | Enables automatic daily backups that are retained for one | ✅ |
7878| | week and weekly backups retained for one month. | |
79- | backup:automatic: info | Displays the hour when daily backups are created and the day | ❓ |
79+ | backup:automatic: info | Displays the hour when daily backups are created and the day | ✅ |
8080| | of the week when weekly backups are created. | |
8181| backup: create | Creates a backup of a specific site and environment. | ✅ |
8282| backup: get | Displays the download URL for a specific backup or latest | ✅ |
@@ -86,9 +86,9 @@ These packages will install when you install Terminus.
8686| backup: list | Lists backups for a specific site and environment. | ✅ |
8787| backup: restore | Restores a specific backup or the latest backup. | ❓ |
8888| branch: list | Displays list of git branches for a site. | ✅ |
89- | connection: info | Displays connection information for Git, SFTP, MySQL, and | ❌ |
89+ | connection: info | Displays connection information for Git, SFTP, MySQL, and | ✅ |
9090| | Redis. | |
91- | connection: set | Sets Git or SFTP connection mode on a development | ❌ |
91+ | connection: set | Sets Git or SFTP connection mode on a development | ✅ |
9292| | environment (excludes Test and Live). | |
9393| d9ify: process | Clone a pantheon site and spelunk the contents to create new | ❌ |
9494| | D9 site. | |
@@ -201,9 +201,9 @@ These packages will install when you install Terminus.
201201| self: info | Displays the local PHP and Terminus environment | ❓ |
202202| | configuration. | |
203203| service-level: set | Upgrades or downgrades a site service level. | ❌ |
204- | site: create | Creates a new site. | 🤮 |
205- | site: delete | Deletes a site from Pantheon. | 🤮 |
206- | site: info | Displays a site information. | 🤮 |
204+ | site: create | Creates a new site. | ✅ |
205+ | site: delete | Deletes a site from Pantheon. | ❓ |
206+ | site: info | Displays a site information. | ✅ |
207207| site: list | Displays the list of sites accessible to the currently | ✅ |
208208| | logged-in user. | |
209209| site: lookup | Displays the UUID of a site given its name. | ❓ |
@@ -244,4 +244,4 @@ These packages will install when you install Terminus.
244244
245245Testing Legend: ✅ Pass 💩 Bad test 🤮 Exception ❌ Fail️️ ⚠️ Warning ❓ Missing/Not Written
246246
247- Tests Passing: 26 / 118 ( 37 not written / missing )
247+ Tests Passing: 33 / 118 ( 35 not written / missing )
0 commit comments