Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement CLI #5

Open
kwiesmueller opened this issue Jul 5, 2018 · 0 comments
Open

Implement CLI #5

kwiesmueller opened this issue Jul 5, 2018 · 0 comments
Labels
api cli enhancement New feature or request
Milestone

Comments

@kwiesmueller
Copy link
Member

Interaction with gorcon should be diverse and functional.
The project is not meant as a simple service delivered, configured and set running but as a full fledged solution for managing game servers.

This means, we require a sufficient way of accessing internal functionality through external interfaces, a well designed CLI being one of them.

Implementing this is blocked by #3 to offer the internal API first hand and use it with the CLI in the next step.
The CLI should be part of the gorcon binary, so no further tools are required. The user should be able to start gorcon with a single command (or as a service) and then access it through successive commands using the same binary.
This allows pretty intuitive usage of our tool and enables easy setup and change through intuitive and well known interaction.

Communication with the main process should take place through the (g)RPC API offered by #3 or the external API (skipping auth for local interaction).

For designing the client/server architecture Protobufs, gRPC and Cobra might come handy.

Acceptance Criteria:

  • A well designed approach to CLI layout and functionality
  • Use of the general API provided internally
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api cli enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant