sourcegraph/src-cli

Unable to run remote command

Piszmog opened this issue · 2 comments

When running src batch remote -f {some spec file} the following error occurs,

GraphQL errors: {
  "locations": [
    {
      "column": 5,
      "line": 9
    }
  ],
  "message": "Field \"createBatchSpecFromRaw\" argument \"batchChange\" of type \"ID!\" is required but not provided."
}

Looks like we are not passing the required batchChange ID to createBatchSpecFromRaw.

is this done?

Just merged PR. This is done.