Commit 1f7af37
fix(hint): explain that "--force" option exists (#746)
Fixes #624
When the `occ app_api:app:unregister` command fails to remove a
container (e.g., because it was already deleted manually), users are now
shown a helpful hint suggesting the `--force` option to continue
unregistering.
The hint includes the container name for easier manual
verification/cleanup.
Before:
```
Failed to remove ExApp my_ex_app container
```
After:
```
Failed to remove ExApp my_ex_app container
Hint: If the container "nc_app_my_ex_app" was already removed manually, you can use the --force option to continue unregistering.
```
---------
Signed-off-by: Oleksander Piskun <[email protected]>
Signed-off-by: Oleksandr Piskun <[email protected]>
Co-authored-by: Anupam Kumar <[email protected]>1 parent d3a4de2 commit 1f7af37
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| |||
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| 116 | + | |
115 | 117 | | |
116 | | - | |
| 118 | + | |
117 | 119 | | |
118 | 120 | | |
119 | 121 | | |
120 | 122 | | |
| 123 | + | |
121 | 124 | | |
122 | 125 | | |
123 | 126 | | |
| |||
0 commit comments