bw send <data>
Work with Bitwarden Sends. A Send can be quickly created using this command or subcommands can be used to fine-tune the Send
Arguments
Name | Description |
---|
data | Encoded Json data |
Subcommands
Name | Description |
---|
list | List all the Sends owned by you |
template | Get json templates for Send objects |
get | Get Sends owned by you |
receive | Access a Bitwarden Send from a url |
create | Create a Send |
edit | Edit a Send |
remove-password | Removes the saved password from a Send |
delete | Delete a Send |
help | Display help for the Send command |
Options
Name | Description |
---|
-f, --file | Specifies that <data> is a filepath |
-d, --deleteInDays [days] | The number of days in the future to set deletion date (defaults to 7 if not specified) |
-a, --maxAccessCount <amount> | The max number of accesses allowed for this Send |
--hidden | Hide <data> in web by default. Valid only if --file is not set |
-n, --name <name> | The name of the Send. Defaults to a guid for text Sends and the filename for files |
--notes <notes> | Notes to add to the Send |
--fullObject | Specifies that the full Send object should be returned rather than just the access url |
-h, --help | Display help for the Send command |