tags

tags

Manage tags for a secret

Usage: sos secret tags <COMMAND>

Commands:
  add     Add tags
  list    List tags
  remove  Remove tags
  clear   Remove all tags
  help    Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help

add

Add tags

Usage: sos secret tags add [OPTIONS] --tags <TAGS> <SECRET>

Arguments:
  <SECRET>  Secret name or identifier

Options:
  -a, --account <ACCOUNT>  Account name or address
  -f, --folder <FOLDER>    Folder name or id
  -t, --tags <TAGS>        Comma separated tags
  -h, --help               Print help

list

List tags

Usage: sos secret tags list [OPTIONS] <SECRET>

Arguments:
  <SECRET>  Secret name or identifier

Options:
  -a, --account <ACCOUNT>  Account name or address
  -f, --folder <FOLDER>    Folder name or id
  -h, --help               Print help

remove

Remove tags

Usage: sos secret tags remove [OPTIONS] --tags <TAGS> <SECRET>

Arguments:
  <SECRET>  Secret name or identifier

Options:
  -a, --account <ACCOUNT>  Account name or address
  -f, --folder <FOLDER>    Folder name or id
  -t, --tags <TAGS>        Comma separated tags
  -h, --help               Print help

clear

Remove all tags

Usage: sos secret tags clear [OPTIONS] <SECRET>

Arguments:
  <SECRET>  Secret name or identifier

Options:
  -a, --account <ACCOUNT>  Account name or address
  -f, --folder <FOLDER>    Folder name or id
  -h, --help               Print help