cli should not be dependent on a specific directory structure #1558
Labels
a/collab-ci-cd
c/cli
Related to CLI
e/hard
Will take weeks of effort
k/enhancement
New feature or improve an existing feature
p/medium
non-urgent issues/features that are candidates for being included in one of the upcoming sprints
s/triaged
This has been reviewed by Hasura
To run
$ hasura console
I've needed to have aconfig.yaml
present.It only had the graphql endpoint in it.
If I delete this file
$ hasura console
fails.If I delete this file and use the
--endpoint
flag (effectively replacing the only dataconfig.yaml
was providing),$ hasura console
still fails. I'd expect it to work.My use-case is wanting to do something like
$ yarn dev:staging
and$ yarn dev:production
where these scripts just have different--endpoint
s.The text was updated successfully, but these errors were encountered: