You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Upgrade the [blue]ctf[/blue] container": "exegol upgrade [blue]ctf[/blue]",
193
+
"Upgrade the [blue]test[/blue] container to the [bright_blue]full[/bright_blue] image": "exegol upgrade --image [bright_blue]full[/bright_blue] [blue]test[/blue]",
194
+
"Upgrade [blue]lab[/blue] and [blue]test[/blue] containers without interactive user confirmation": "exegol upgrade -F [blue]lab[/blue] [blue]test[/blue]",
195
+
"Upgrade every outdated container": "exegol upgrade --all",
196
+
}
197
+
198
+
def__call__(self, *args, **kwargs):
199
+
logger.debug("Running upgrade module")
200
+
returnExegolManager.upgrade
201
+
202
+
159
203
classUninstall(Command, ImageMultiSelector):
160
204
"""Remove Exegol [default not bold]image(s)[/default not bold]"""
help="Enter the credentials with a file (first line: username, second line: password) to establish the VPN connection automatically (example: --vpn-auth /home/user/vpn/auth.txt)")
277
+
help="Enter the credentials with a file (first line: username, second line: password) to establish the OpenVPN connection automatically (example: --vpn-auth /home/user/vpn/auth.txt)")
0 commit comments