@saltcorn/cli 0.7.2-beta.5 → 0.7.2-beta.9

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/src/index.js CHANGED
@@ -10,7 +10,10 @@
10
10
  * @property {module:commands/backup} backup
11
11
  * @property {module:commands/create-tenant} create-tenant
12
12
  * @property {module:commands/create-user} create-user
13
+ * @property {module:commands/create-user} delete-tenants
14
+ * @property {module:commands/create-user} delete-user
13
15
  * @property {module:commands/fixtures} fixtures
16
+ * @property {module:commands/fixtures} get-cfg
14
17
  * @property {module:commands/info} info
15
18
  * @property {module:commands/install-pack} install-pack
16
19
  * @property {module:commands/install-plugin} install-plugin
@@ -18,17 +21,21 @@
18
21
  * @property {module:commands/localize-plugin} localize-plugin
19
22
  * @property {module:commands/make-migration} make-migration
20
23
  * @property {module:commands/migrate} migrate
24
+ * @property {module:commands/modify-user} modify-user
21
25
  * @property {module:commands/plugins} plugins
22
26
  * @property {module:commands/release} release
23
27
  * @property {module:commands/reset-schema} reset-schema
24
28
  * @property {module:commands/restore} restore
25
29
  * @property {module:commands/rm-tenant} rm-tenant
26
30
  * @property {module:commands/run-benchmark} run-benchmark
31
+ * @property {module:commands/run-benchmark} run-test
32
+ * @property {module:commands/setup} scheduler
27
33
  * @property {module:commands/setup} setup
34
+ * @property {module:commands/setup} setup-benchmark
28
35
  * @property {module:commands/test-plugin} test-plugin
29
36
  * @property {module:commands/transform-field} transform-field
30
- *
37
+ *
31
38
  * @category saltcorn-cli
32
- */
39
+ */
33
40
 
34
41
  module.exports = require("@oclif/command");