pipen-cli-gbatch 0.0.1__tar.gz → 0.0.2__tar.gz
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.
Potentially problematic release.
This version of pipen-cli-gbatch might be problematic. Click here for more details.
- {pipen_cli_gbatch-0.0.1 → pipen_cli_gbatch-0.0.2}/PKG-INFO +1 -1
- {pipen_cli_gbatch-0.0.1 → pipen_cli_gbatch-0.0.2}/pipen_cli_gbatch/__init__.py +1 -1
- {pipen_cli_gbatch-0.0.1 → pipen_cli_gbatch-0.0.2}/pipen_cli_gbatch/daemon_args.toml +6 -6
- {pipen_cli_gbatch-0.0.1 → pipen_cli_gbatch-0.0.2}/pyproject.toml +1 -1
- {pipen_cli_gbatch-0.0.1 → pipen_cli_gbatch-0.0.2}/README.md +0 -0
|
@@ -11,6 +11,12 @@ flags = ["--view-logs"]
|
|
|
11
11
|
choices = ["all", "stdout", "stderr"]
|
|
12
12
|
help = "View the logs of a job."
|
|
13
13
|
|
|
14
|
+
[[mutually_exclusive_groups.arguments]]
|
|
15
|
+
flags = ["--version"]
|
|
16
|
+
action = "store_true"
|
|
17
|
+
default = false
|
|
18
|
+
help = "Show the version of the pipen-cli-gbatch package."
|
|
19
|
+
|
|
14
20
|
[[arguments]]
|
|
15
21
|
flags = ["--name"]
|
|
16
22
|
type = "str"
|
|
@@ -38,12 +44,6 @@ action = "store_true"
|
|
|
38
44
|
default = false
|
|
39
45
|
help = "Treat the command as a plain command, not a pipen pipeline, so we don't grab workdir/outdir and replace them with mounted paths from the command."
|
|
40
46
|
|
|
41
|
-
[[arguments]]
|
|
42
|
-
flags = ["--version"]
|
|
43
|
-
action = "store_true"
|
|
44
|
-
default = false
|
|
45
|
-
help = "Show the version of the pipen-cli-gbatch package."
|
|
46
|
-
|
|
47
47
|
[[groups]]
|
|
48
48
|
title = "Key Options"
|
|
49
49
|
description = "The key options to run the command."
|
|
File without changes
|