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

Create the Delete service method. #6

Open
jerry-enebeli opened this issue Sep 7, 2020 · 0 comments
Open

Create the Delete service method. #6

jerry-enebeli opened this issue Sep 7, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jerry-enebeli
Copy link
Owner

jerry-enebeli commented Sep 7, 2020

Create the Delete service method. Should be able to delete all services using the(--all flag) and also be able to delete a single service using the service name.

//Commands format

//Delete all services command
gateway service delete --all

//Delete single service command
gateway service delete [service name]

//Resources
//Bolt for db
https://github.com/etcd-io/bbolt#using-buckets

//Cli Tool
https://github.com/spf13/cobra

@jerry-enebeli jerry-enebeli added the enhancement New feature or request label Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants