Motivation:

Set up the graphql client, schema and implement a service command
for reference

Modifications:

- Set up GraphQL client
- Implement service ls command

Result:

GraphQL client can be reused by other commands
19 files changed
tree: 134ef0a9817633ffd322d499e4c798556b8ce696
  1. .github/
  2. commands/
  3. config/
  4. graphql/
  5. logger/
  6. scripts/
  7. swctl/
  8. .asf.yaml
  9. .gitignore
  10. go.mod
  11. go.sum
  12. LICENSE
  13. Makefile
  14. NOTICE
  15. README.md
README.md

Apache SkyWalking CLI

The CLI (Command Line Interface) for Apache SkyWalking.

SkyWalking CLI is a command interaction tool for the SkyWalking user or OPS team, as an alternative besides using browser GUI. It is based on SkyWalking GraphQL query protocol, same as GUI.

Commands

TODO

Compiling project

TODO

License

Apache 2.0 License.