abra/cli/app
decentral1se a93786c6be
fix!: make "app rm" more explicit & simpler
We point users to "app volume/secret remove" for more specific deletion
of other app data resources now. The idea is that if you lose the env
file locally, then you can't clean up anything after. So it is handy to
have a sort of WARNING barrier to deleting that file. This flow is the
only way to get Abra to delete your local env file. It now feels more
documented and sufficiently scary in the UI/UX to merit that. Hopefully
addresses the ticket sufficiently.

Closes coop-cloud/organising#335.
2023-01-23 13:29:46 +01:00
..
app.go feat: app services command 2023-01-23 08:25:17 +00:00
backup.go fix: error out if no backup configs found 2023-01-22 18:50:45 +01:00
check.go fix: avoid short command alias conflicts 2022-03-27 19:30:48 +00:00
cmd.go feat(cmd)!: run abra.sh commands with /bin/bash if available. 2022-11-15 23:01:57 +01:00
cmd_test.go fix: app cmd parsing, usage & tests 2022-08-14 16:18:58 +02:00
config.go fix: avoid short command alias conflicts 2022-03-27 19:30:48 +00:00
cp.go docs: re-word on docstrings [ci skip] 2022-05-13 16:44:49 +02:00
deploy.go docs: re-word on docstrings [ci skip] 2022-05-13 16:44:49 +02:00
errors.go docs: re-word on docstrings [ci skip] 2022-05-13 16:44:49 +02:00
list.go feat: filter server by recipe 2023-01-23 00:54:22 +01:00
logs.go fix: per service logs 2022-04-21 15:40:23 +02:00
new.go docs: re-word on docstrings [ci skip] 2022-05-13 16:44:49 +02:00
ps.go docs: re-word on docstrings [ci skip] 2022-05-13 16:44:49 +02:00
remove.go fix!: make "app rm" more explicit & simpler 2023-01-23 13:29:46 +01:00
restart.go fix: remove unused flag 2022-03-12 15:32:23 +01:00
restore.go docs: re-word on docstrings [ci skip] 2022-05-13 16:44:49 +02:00
rollback.go fix: match Force/NoInput where needed 2022-03-12 16:15:20 +01:00
run.go fix: more precise filtering 2022-03-27 19:30:36 +00:00
secret.go fix: filtering requires case-by-case handling 2022-03-30 16:25:38 +02:00
services.go feat: app services command 2023-01-23 08:25:17 +00:00
undeploy.go refactor!: app name -> domain 2022-01-27 10:33:21 +00:00
upgrade.go docs: re-word on docstrings [ci skip] 2022-05-13 16:44:49 +02:00
version.go fix!: remove digest handling 2023-01-22 08:54:13 +01:00
volume.go fix: filtering requires case-by-case handling 2022-03-30 16:25:38 +02:00