@fileverse/api 0.0.7 → 0.0.8
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.
- package/dist/cli/index.js +6 -10
- package/dist/cli/index.js.map +1 -1
- package/dist/commands/index.js +1 -1
- package/dist/commands/index.js.map +1 -1
- package/dist/index.js +6 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/commands/index.js
CHANGED
|
@@ -2168,7 +2168,7 @@ eventsCommand.command("retry-all").description("Retry all failed events").action
|
|
|
2168
2168
|
init_infra();
|
|
2169
2169
|
logger.level = "error";
|
|
2170
2170
|
await runMigrations();
|
|
2171
|
-
var program = new Command9().name("ddctl").description("CLI tool to manage your ddocs").version("0.0.
|
|
2171
|
+
var program = new Command9().name("ddctl").description("CLI tool to manage your ddocs").version("0.0.8").addHelpText("beforeAll", "\n").addHelpText("afterAll", "\n");
|
|
2172
2172
|
program.addCommand(listCommand);
|
|
2173
2173
|
program.addCommand(getCommand);
|
|
2174
2174
|
program.addCommand(createCommand);
|