panacloud / cli

Panacloud Command Line Interface (CLI) uses the design-first approach for developing APIs. It generates Modern Multi-Tenant Serverless Cloud API infrastructure, mocks, stubs, tests, and stages using CDK. GraphQL schemas and OpenAPI specifications are used to implement the design-first approach.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

aamir1995 opened this issue · 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