Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

occ app_api:app:unregister rework #127

Merged
merged 9 commits into from
Nov 26, 2023
Merged

occ app_api:app:unregister rework #127

merged 9 commits into from
Nov 26, 2023

Conversation

bigcat88
Copy link
Member

@bigcat88 bigcat88 commented Nov 25, 2023

Fixes #121

  • small actions clean up
  • added basic but very useful tests for "occ app_api:app:unregister"

Changes in behaviour:

  • container of app is always removed
  • volume with data is removed by default, but optionally can be kept
  • app_api does not try to disable ExApp if it is already disabled
  • "--silent" options now means "max silence as possible"
  • added "--force" option to ignore errors if any.

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
@bigcat88 bigcat88 merged commit 9ce6fc3 into main Nov 26, 2023
26 checks passed
@bigcat88 bigcat88 deleted the unregister-silent-option branch November 26, 2023 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

app_api:app:unregister command does not respect silent option
2 participants