add

add

Add an attachment

Usage: sos secret attach add <COMMAND>

Commands:
  file      Add a file attachment
  note      Add a note attachment
  link      Add a link attachment
  password  Add a password attachment
  help      Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help

file

Add a file attachment

Usage: sos secret attach add file [OPTIONS] <SECRET>

Arguments:
  <SECRET>  Secret name or identifier

Options:
  -a, --account <ACCOUNT>  Account name or address
  -f, --folder <FOLDER>    Folder name or id
  -n, --name <NAME>        Name of the attachment
  -p, --path <PATH>        File path to attach
  -h, --help               Print help

note

Add a note attachment

Usage: sos secret attach add note [OPTIONS] <SECRET>

Arguments:
  <SECRET>  Secret name or identifier

Options:
  -a, --account <ACCOUNT>  Account name or address
  -f, --folder <FOLDER>    Folder name or id
  -n, --name <NAME>        Name of the attachment
  -h, --help               Print help
Add a link attachment

Usage: sos secret attach add link [OPTIONS] <SECRET>

Arguments:
  <SECRET>  Secret name or identifier

Options:
  -a, --account <ACCOUNT>  Account name or address
  -f, --folder <FOLDER>    Folder name or id
  -n, --name <NAME>        Name of the attachment
  -h, --help               Print help

password

Add a password attachment

Usage: sos secret attach add password [OPTIONS] <SECRET>

Arguments:
  <SECRET>  Secret name or identifier

Options:
  -a, --account <ACCOUNT>  Account name or address
  -f, --folder <FOLDER>    Folder name or id
  -n, --name <NAME>        Name of the attachment
  -h, --help               Print help