dmno plugin
Reference
Description: Runs CLI commands related to a specific plugin instance
Options
-s, --service [service]
which service to load
-np, --no-prompt
do not prompt for service selection
-p, --plugin <plugin>
which plugin instance to interact with
Example(s)
# set up a new encrypted vaultdmno plugin -p vault -- setup
# Update or insert an item to te vaultdmno plugin -p vault -- upsert
# add an item to the vaultdmno plugin -p vault -- add
# update an item in the vaultdmno plugin -p vault -- update
# delete an item from the vaultdmno plugin -p vault -- delete
# delete an item from the vaultdmno plugin -p vault -- delete
