mirror of
https://github.com/gryf/boxpy.git
synced 2025-12-21 06:37:58 +01:00
Add user data file path to info command.
This commit is contained in:
3
box.py
3
box.py
@@ -1238,6 +1238,9 @@ def vminfo(args):
|
|||||||
for line in ports:
|
for line in ports:
|
||||||
LOG.info(line)
|
LOG.info(line)
|
||||||
|
|
||||||
|
if 'user_data' in info:
|
||||||
|
LOG.info(f'User data file path:\t{info["user_data"]}')
|
||||||
|
|
||||||
|
|
||||||
def vmrebuild(args):
|
def vmrebuild(args):
|
||||||
LOG.header('Rebuilding VM: %s', args.name)
|
LOG.header('Rebuilding VM: %s', args.name)
|
||||||
|
|||||||
Reference in New Issue
Block a user