@dokploy/cli 0.30.5 → 0.30.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.
|
@@ -10909,6 +10909,7 @@ export function registerGeneratedCommands(program) {
|
|
|
10909
10909
|
g_stripe
|
|
10910
10910
|
.command('start-free-trial')
|
|
10911
10911
|
.description('stripe startFreeTrial')
|
|
10912
|
+
.requiredOption('--tier <value>', 'tier (hobby, startup)')
|
|
10912
10913
|
.option('--json', 'Output raw JSON')
|
|
10913
10914
|
.action(async (opts) => {
|
|
10914
10915
|
const jsonOutput = opts.json;
|