Closed KyleTryon closed 5 years ago
Default install example:
---
CircleCI CLI Diagnostics
---
Debugger mode: false
Config found: /home/x/.circleci/cli.yml
API host: https://circleci.com
API endpoint: graphql-unstable
OK, got a token.
Trying an introspection query on API...
Ok.
Hello, xx.
Snap installation example:
---
CircleCI CLI Diagnostics
---
Debugger mode: false
Config found: /home/x/snap/circleci/148/.circleci/cli.yml
API host: https://circleci.com
API endpoint: graphql-unstable
OK, got a token.
Trying an introspection query on API...
Ok.
Hello, xx.
The current CLI update method automatically installs the CircleCI CLI via the default method but does not account for Brew or Snap installs.
Check if the CLI is installed first with
which
, if so, grab thecli.yml
file from the path given by the commandcircleci diagnostic