nvidia-nat 1.4.0a20251104__py3-none-any.whl → 1.4.0a20251105__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- nat/cli/commands/workflow/workflow_commands.py +3 -2
- {nvidia_nat-1.4.0a20251104.dist-info → nvidia_nat-1.4.0a20251105.dist-info}/METADATA +1 -1
- {nvidia_nat-1.4.0a20251104.dist-info → nvidia_nat-1.4.0a20251105.dist-info}/RECORD +8 -8
- {nvidia_nat-1.4.0a20251104.dist-info → nvidia_nat-1.4.0a20251105.dist-info}/WHEEL +0 -0
- {nvidia_nat-1.4.0a20251104.dist-info → nvidia_nat-1.4.0a20251105.dist-info}/entry_points.txt +0 -0
- {nvidia_nat-1.4.0a20251104.dist-info → nvidia_nat-1.4.0a20251105.dist-info}/licenses/LICENSE-3rd-party.txt +0 -0
- {nvidia_nat-1.4.0a20251104.dist-info → nvidia_nat-1.4.0a20251105.dist-info}/licenses/LICENSE.md +0 -0
- {nvidia_nat-1.4.0a20251104.dist-info → nvidia_nat-1.4.0a20251105.dist-info}/top_level.txt +0 -0
|
@@ -354,7 +354,8 @@ def reinstall_command(workflow_name):
|
|
|
354
354
|
|
|
355
355
|
@click.command()
|
|
356
356
|
@click.argument('workflow_name')
|
|
357
|
-
|
|
357
|
+
@click.option('-y', '--yes', "yes_flag", is_flag=True, default=False, help='Do not prompt for confirmation.')
|
|
358
|
+
def delete_command(workflow_name: str, yes_flag: bool):
|
|
358
359
|
"""
|
|
359
360
|
Delete a NAT workflow and uninstall its package.
|
|
360
361
|
|
|
@@ -362,7 +363,7 @@ def delete_command(workflow_name: str):
|
|
|
362
363
|
workflow_name (str): The name of the workflow to delete.
|
|
363
364
|
"""
|
|
364
365
|
try:
|
|
365
|
-
if not click.confirm(f"Are you sure you want to delete the workflow '{workflow_name}'?"):
|
|
366
|
+
if not yes_flag and not click.confirm(f"Are you sure you want to delete the workflow '{workflow_name}'?"):
|
|
366
367
|
click.echo("Workflow deletion cancelled.")
|
|
367
368
|
return
|
|
368
369
|
editable = get_repo_root() is not None
|
|
@@ -99,7 +99,7 @@ nat/cli/commands/sizing/calc.py,sha256=3cJHKCbzvV7EwYfLcpfk3_Ki7soAjOaiBcLK-Q6hP
|
|
|
99
99
|
nat/cli/commands/sizing/sizing.py,sha256=-Hr9mz_ScEMtBbn6ijvmmWVk0WybLeX0Ryi4qhDiYQU,902
|
|
100
100
|
nat/cli/commands/workflow/__init__.py,sha256=GUJrgGtpvyMUCjUBvR3faAdv-tZzbU9W-izgx9aMEQg,680
|
|
101
101
|
nat/cli/commands/workflow/workflow.py,sha256=40nIOehOX-4xI-qJqJraBX3XVz3l2VtFsZkMQYd897w,1342
|
|
102
|
-
nat/cli/commands/workflow/workflow_commands.py,sha256=
|
|
102
|
+
nat/cli/commands/workflow/workflow_commands.py,sha256=SI2redhG-9tLgWWXcRjkxdFhvKmmzBIqzWHZhRZpAbQ,14399
|
|
103
103
|
nat/cli/commands/workflow/templates/__init__.py.j2,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
104
104
|
nat/cli/commands/workflow/templates/config.yml.j2,sha256=KORGAFt1TW524YxXD2jpm_uTESihUKV5fnSoXQrH1PI,368
|
|
105
105
|
nat/cli/commands/workflow/templates/pyproject.toml.j2,sha256=lDBC4exHYutXa_skuJj176yMEuZr-DsdzrqQHPZoKpk,1035
|
|
@@ -475,10 +475,10 @@ nat/utils/reactive/base/observer_base.py,sha256=6BiQfx26EMumotJ3KoVcdmFBYR_fnAss
|
|
|
475
475
|
nat/utils/reactive/base/subject_base.py,sha256=UQOxlkZTIeeyYmG5qLtDpNf_63Y7p-doEeUA08_R8ME,2521
|
|
476
476
|
nat/utils/settings/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
477
477
|
nat/utils/settings/global_settings.py,sha256=9JaO6pxKT_Pjw6rxJRsRlFCXdVKCl_xUKU2QHZQWWNM,7294
|
|
478
|
-
nvidia_nat-1.4.
|
|
479
|
-
nvidia_nat-1.4.
|
|
480
|
-
nvidia_nat-1.4.
|
|
481
|
-
nvidia_nat-1.4.
|
|
482
|
-
nvidia_nat-1.4.
|
|
483
|
-
nvidia_nat-1.4.
|
|
484
|
-
nvidia_nat-1.4.
|
|
478
|
+
nvidia_nat-1.4.0a20251105.dist-info/licenses/LICENSE-3rd-party.txt,sha256=fOk5jMmCX9YoKWyYzTtfgl-SUy477audFC5hNY4oP7Q,284609
|
|
479
|
+
nvidia_nat-1.4.0a20251105.dist-info/licenses/LICENSE.md,sha256=QwcOLU5TJoTeUhuIXzhdCEEDDvorGiC6-3YTOl4TecE,11356
|
|
480
|
+
nvidia_nat-1.4.0a20251105.dist-info/METADATA,sha256=et1fcmaVq-vji3uL9r4yjQQm1NQpEwfBZBi-1_fmqV4,10248
|
|
481
|
+
nvidia_nat-1.4.0a20251105.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
482
|
+
nvidia_nat-1.4.0a20251105.dist-info/entry_points.txt,sha256=4jCqjyETMpyoWbCBf4GalZU8I_wbstpzwQNezdAVbbo,698
|
|
483
|
+
nvidia_nat-1.4.0a20251105.dist-info/top_level.txt,sha256=lgJWLkigiVZuZ_O1nxVnD_ziYBwgpE2OStdaCduMEGc,8
|
|
484
|
+
nvidia_nat-1.4.0a20251105.dist-info/RECORD,,
|
|
File without changes
|
{nvidia_nat-1.4.0a20251104.dist-info → nvidia_nat-1.4.0a20251105.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
{nvidia_nat-1.4.0a20251104.dist-info → nvidia_nat-1.4.0a20251105.dist-info}/licenses/LICENSE.md
RENAMED
|
File without changes
|
|
File without changes
|