move
The move
command transfers a safe item to a Team:
bsafe move <itemid> <organizationid> [encodedJson]
The move
command requires you to encode a collection ID, and only accepts an exact id of the object to move and an exact Team id. For example:
echo '["bq209461-4129-4b8d-b760-acd401474va2"]' | bsafe encode | bsafe move ed42f44c-f81f-48de-a123-ad01013132ca dfghbc921-04eb-43a7-84b1-ac74013bqb2e
The updated item will be returned if successful.