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

Allow extension of EchoVault commands using the embedded API #33

Merged
merged 10 commits into from
Apr 29, 2024

Conversation

kelvinmwinuka
Copy link
Collaborator

This change introduces 3 methods in the embedded API to extend the commands in the EchoVault server.

  1. AddCommand allows the user to add new commands and subcommand to EchoVault.
  2. ExecuteCommand allows the user to dynamically execute a commands that is not exposed by the embedded API (eg. Dynamically loaded commands)
  3. RemoveCommands allows the user to remove commands and subcommand from the EchoVault instance.

@kelvinmwinuka kelvinmwinuka self-assigned this Apr 29, 2024
@kelvinmwinuka kelvinmwinuka linked an issue Apr 29, 2024 that may be closed by this pull request
@kelvinmwinuka kelvinmwinuka merged commit f017d65 into main Apr 29, 2024
1 check passed
@kelvinmwinuka kelvinmwinuka deleted the feature/embedded-extensions branch June 15, 2024 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extend EchoVault commands with embedded API
1 participant