panacloud/cli

commands `panacloud client` and `panacloud status` throws an error.

aamir1995 opened this issue · 1 comments

Current Behavior:

commands panacloud client and panacloud status looks for ./editable_src/panacloudConfig.json instead of ./editable_src/panacloudconfig.json.
image

Expected Behavior:

  • The command panacloud client should open GraphiQL browser instance successfully.
  • panacloud stauts should output schema/config status as expected.

Steps to reproduce:

  1. Create a new project with panacloud init with a default schema.
  2. Deploy the sample project with command npm run deploy-dev.
  3. Try to open the GraphiQL instance by running panacloud client <-- this throws an error at the moment.

Closed by #113