@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;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dokploy/cli",
3
3
  "description": "A CLI to manage dokploy server remotely",
4
- "version": "0.30.5",
4
+ "version": "0.30.7",
5
5
  "author": "Mauricio Siu",
6
6
  "licenses": [
7
7
  {