ph-cmd 0.33.0 → 0.34.0

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.
@@ -2,7 +2,7 @@ import {
2
2
  forwardPHCommand,
3
3
  getPackageManagerFromLockfile,
4
4
  getProjectInfo
5
- } from "./chunk-ZNKFHKHU.js";
5
+ } from "./chunk-E2HJIPXL.js";
6
6
 
7
7
  // src/commands/forward.ts
8
8
  var forwardCommand = (args, options) => {
@@ -18,7 +18,9 @@ var PH_CLI_COMMANDS = [
18
18
  "i",
19
19
  "remove",
20
20
  "uninstall",
21
- "service"
21
+ "service",
22
+ "list",
23
+ "inspect"
22
24
  ];
23
25
  var POWERHOUSE_CONFIG_FILE = "powerhouse.config.json";
24
26
  var HOME_DIR = homedir();
@@ -4,7 +4,7 @@ import {
4
4
  PH_GLOBAL_PROJECT_NAME,
5
5
  POWERHOUSE_GLOBAL_DIR,
6
6
  getPackageManagerFromPath
7
- } from "./chunk-ZNKFHKHU.js";
7
+ } from "./chunk-E2HJIPXL.js";
8
8
 
9
9
  // src/commands/setup-globals.ts
10
10
  import { createProject, parseVersion } from "@powerhousedao/codegen";
@@ -3,7 +3,7 @@ import {
3
3
  } from "./chunk-5HAGY755.js";
4
4
  import {
5
5
  setupGlobalsCommand
6
- } from "./chunk-PRTJI6ZS.js";
6
+ } from "./chunk-S7QYZX4U.js";
7
7
 
8
8
  // src/commands/index.ts
9
9
  var commands = [setupGlobalsCommand, initCommand];
package/dist/cli.js CHANGED
@@ -1,15 +1,15 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  forwardCommand
4
- } from "./chunk-APQST5R3.js";
4
+ } from "./chunk-AI5ZRXRH.js";
5
5
  import {
6
6
  registerCommands
7
- } from "./chunk-TCTQ4POZ.js";
7
+ } from "./chunk-VE7YEAW3.js";
8
8
  import "./chunk-5HAGY755.js";
9
- import "./chunk-PRTJI6ZS.js";
9
+ import "./chunk-S7QYZX4U.js";
10
10
  import {
11
11
  PH_CLI_COMMANDS
12
- } from "./chunk-ZNKFHKHU.js";
12
+ } from "./chunk-E2HJIPXL.js";
13
13
 
14
14
  // src/cli.ts
15
15
  import { Command } from "commander";
@@ -22,6 +22,6 @@ var defaultCommand = (options) => {
22
22
  const args = filteredArgs.join(" ");
23
23
  forwardCommand(args, { debug: !!options.verbose, isPackageScript });
24
24
  };
25
- program.name("ph-cmd").description("CLI tool for Powerhouse DAO").allowUnknownOption().option("--verbose", "Enable debug mode").option("--script", "Run the command as a package.json script").action(defaultCommand).version("0.33.0");
25
+ program.name("ph-cmd").description("CLI tool for Powerhouse DAO").allowUnknownOption().option("--verbose", "Enable debug mode").option("--script", "Run the command as a package.json script").action(defaultCommand).version("0.34.0");
26
26
  registerCommands(program);
27
27
  program.parse(process.argv);
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  forwardCommand
3
- } from "../chunk-APQST5R3.js";
4
- import "../chunk-ZNKFHKHU.js";
3
+ } from "../chunk-AI5ZRXRH.js";
4
+ import "../chunk-E2HJIPXL.js";
5
5
  export {
6
6
  forwardCommand
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  commands,
3
3
  registerCommands
4
- } from "../chunk-TCTQ4POZ.js";
4
+ } from "../chunk-VE7YEAW3.js";
5
5
  import {
6
6
  init,
7
7
  initCommand
@@ -9,8 +9,8 @@ import {
9
9
  import {
10
10
  setupGlobals,
11
11
  setupGlobalsCommand
12
- } from "../chunk-PRTJI6ZS.js";
13
- import "../chunk-ZNKFHKHU.js";
12
+ } from "../chunk-S7QYZX4U.js";
13
+ import "../chunk-E2HJIPXL.js";
14
14
  export {
15
15
  commands,
16
16
  registerCommands as default,
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  setupGlobals,
3
3
  setupGlobalsCommand
4
- } from "../chunk-PRTJI6ZS.js";
5
- import "../chunk-ZNKFHKHU.js";
4
+ } from "../chunk-S7QYZX4U.js";
5
+ import "../chunk-E2HJIPXL.js";
6
6
  export {
7
7
  setupGlobals,
8
8
  setupGlobalsCommand
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  commands
3
- } from "./chunk-TCTQ4POZ.js";
3
+ } from "./chunk-VE7YEAW3.js";
4
4
  import {
5
5
  init,
6
6
  initCommand
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  setupGlobals,
10
10
  setupGlobalsCommand
11
- } from "./chunk-PRTJI6ZS.js";
11
+ } from "./chunk-S7QYZX4U.js";
12
12
  import {
13
13
  HOME_DIR,
14
14
  PH_BIN,
@@ -25,7 +25,7 @@ import {
25
25
  getProjectInfo,
26
26
  isPowerhouseProject,
27
27
  packageManagers
28
- } from "./chunk-ZNKFHKHU.js";
28
+ } from "./chunk-E2HJIPXL.js";
29
29
  export {
30
30
  HOME_DIR,
31
31
  PH_BIN,
package/dist/utils.js CHANGED
@@ -14,7 +14,7 @@ import {
14
14
  getProjectInfo,
15
15
  isPowerhouseProject,
16
16
  packageManagers
17
- } from "./chunk-ZNKFHKHU.js";
17
+ } from "./chunk-E2HJIPXL.js";
18
18
  export {
19
19
  HOME_DIR,
20
20
  PH_BIN,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ph-cmd",
3
- "version": "0.33.0",
3
+ "version": "0.34.0",
4
4
  "description": "",
5
5
  "license": "AGPL-3.0-only",
6
6
  "type": "module",
@@ -17,8 +17,8 @@
17
17
  "author": "",
18
18
  "dependencies": {
19
19
  "commander": "^12.1.0",
20
- "@powerhousedao/codegen": "0.33.0",
21
- "@powerhousedao/scalars": "1.22.0"
20
+ "@powerhousedao/codegen": "0.35.0",
21
+ "@powerhousedao/scalars": "1.23.0"
22
22
  },
23
23
  "scripts": {
24
24
  "build": "tsup",