@dokploy/cli 0.29.6 → 0.29.7
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.
|
@@ -7987,7 +7987,7 @@ export function registerGeneratedCommands(program) {
|
|
|
7987
7987
|
.option('--applicationId <value>', 'applicationId')
|
|
7988
7988
|
.option('--composeId <value>', 'composeId')
|
|
7989
7989
|
.option('--serverId <value>', 'serverId')
|
|
7990
|
-
.option('--
|
|
7990
|
+
.option('--organizationId <value>', 'organizationId')
|
|
7991
7991
|
.option('--enabled', 'enabled')
|
|
7992
7992
|
.option('--timezone <value>', 'timezone')
|
|
7993
7993
|
.option('--createdAt <value>', 'createdAt')
|
|
@@ -8086,7 +8086,7 @@ export function registerGeneratedCommands(program) {
|
|
|
8086
8086
|
.option('--applicationId <value>', 'applicationId')
|
|
8087
8087
|
.option('--composeId <value>', 'composeId')
|
|
8088
8088
|
.option('--serverId <value>', 'serverId')
|
|
8089
|
-
.option('--
|
|
8089
|
+
.option('--organizationId <value>', 'organizationId')
|
|
8090
8090
|
.option('--enabled', 'enabled')
|
|
8091
8091
|
.option('--timezone <value>', 'timezone')
|
|
8092
8092
|
.option('--createdAt <value>', 'createdAt')
|