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

[FEA] Simple CLI commands #53

Open
lmeyerov opened this issue Mar 12, 2021 · 0 comments
Open

[FEA] Simple CLI commands #53

lmeyerov opened this issue Mar 12, 2021 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@lmeyerov
Copy link
Contributor

Is your feature request related to a problem? Please describe.

Basic operations like starting and stopping are surprising copy-paste, they'd be easier as simple commands, e.g., just run them with no docker knowledge necessary

Describe the solution you'd like

Minimal mode users:

./bin/start, ./bin/stop, ./bin/restart, ./bin/recreate

Full mode users:

./bin/public_start, ..., ./bin/private_start, ... ./bin/graphistry_start, ...

Describe alternatives you've considered

Just documenting

Additional context

Design thoughts:

  • Source folders: bin/, bin/full/
  • Bundlers in full mode will place into ~/bin/ (~/graph-app-kit/bin/?)
  • Impl for now can be bash, but even better would be some CLI-y tool that can handle things like autocomplete
@lmeyerov lmeyerov added enhancement New feature or request good first issue Good for newcomers labels Mar 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant