Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

graphql create service name bug #1588

Closed
ragzor opened this issue Jan 12, 2018 · 1 comment
Closed

graphql create service name bug #1588

ragzor opened this issue Jan 12, 2018 · 1 comment

Comments

@ragzor
Copy link
Contributor

ragzor commented Jan 12, 2018

Current behavior
graphql create command of the graphql cli creates a new project with a service name as "." when a directory name is not entered.

Reproduction

  1. Run graphql create
  2. Do not enter a directory name and hit enter
  3. Select a boilerplate project (node-advanced in my case)
  4. Select cluster

CLI throws the following error:

image

This is happening because the script generates a service name as "." in the graphcool.yml file. It should, in turn, generate a valid name to avoid confusion.

Versions of graphcool and graphql-cli

graphcool: graphcool/1.0.0-beta4.1.1
graphql-cli: 2.10.1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants