You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to push a subgraph from a directory that is not a git repo (does not have .git) it fails with message
Steps to reproduce
Attempt to push a subgraph schema from a directory that is not part of a git repo.
Expected result
Commands in rover for pushing schema should not presume or require running in a git repo. Sensible default values for the git fields should be sent instead.
Actual result
Pushing fails if not in a git repo.
Environment
[TODO need to get from Michael]
The text was updated successfully, but these errors were encountered:
ndintenfass
changed the title
subgraph push seems to require operating in a git project.
subgraph push seems to require operating in a git repo.
Feb 15, 2021
( reported by @michael-watson )
Description
When attempting to push a subgraph from a directory that is not a git repo (does not have
.git
) it fails with messageSteps to reproduce
Attempt to push a subgraph schema from a directory that is not part of a git repo.
Expected result
Commands in rover for pushing schema should not presume or require running in a git repo. Sensible default values for the git fields should be sent instead.
Actual result
Pushing fails if not in a git repo.
Environment
[TODO need to get from Michael]
The text was updated successfully, but these errors were encountered: