.. _ref_commands_edit-confdbs: edit-confdbs ============ Edit a confdbs set. If the confdbs set does not exist, then a new confdbs set will be created. If a key name is not provided, the default key is used. The account ID of the authenticated account can be determined with the ``snapcraft whoami`` command. Use the ``list-confdbs`` command to view existing confdbs. Usage ----- :command:`snapcraft edit-confdbs [options] ` Required -------- ``account-id`` The account ID of the confdbs set to edit. ``name`` Name of the confdbs set to edit. Options ------- ``--key-name`` Key used to sign the confdbs set. Global options -------------- ``-h`` or ``--help`` Show this help message and exit. ``-q`` or ``--quiet`` Only show warnings and errors, not progress. ``-v`` or ``--verbose`` Show debug information and be more verbose. ``--verbosity`` Set the verbosity level to 'quiet', 'brief', 'verbose', 'debug' or 'trace'. ``-V`` or ``--version`` Show the application version and exit.