Skip to content
DMNO
DMNO is in maintenance mode. We will continue to provide critical bug and security fixes, but active development has moved to Varlock, a feature-rich replacement.

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)

Terminal window
# set up a new encrypted vault
dmno plugin -p vault -- setup
# Update or insert an item to te vault
dmno plugin -p vault -- upsert
# add an item to the vault
dmno plugin -p vault -- add
# update an item in the vault
dmno plugin -p vault -- update
# delete an item from the vault
dmno plugin -p vault -- delete
# delete an item from the vault
dmno plugin -p vault -- delete
a CLI showing the dmno plugin command