github.com/cozy/cozy-stack@v0.0.0-20240603063001-31110fa4cae1/docs/cli/cozy-stack_tools_unxor-document-id.md (about)

     1  ## cozy-stack tools unxor-document-id
     2  
     3  transform the id of a shared document
     4  
     5  ### Synopsis
     6  
     7  
     8  This command can be used when you have the identifier of a shared document on a
     9  recipient instance, and you want the identifier of the same document on the
    10  owner's instance.
    11  
    12  
    13  ```
    14  cozy-stack tools unxor-document-id <domain> <sharing_id> <document_id> [flags]
    15  ```
    16  
    17  ### Examples
    18  
    19  ```
    20  $ cozy-stack tools unxor-document-id bob.localhost:8080 7f47c470c7b1013a8a8818c04daba326 8cced87acb34b151cc8d7e864e0690ed
    21  ```
    22  
    23  ### Options
    24  
    25  ```
    26    -h, --help   help for unxor-document-id
    27  ```
    28  
    29  ### Options inherited from parent commands
    30  
    31  ```
    32        --admin-host string   administration server host (default "localhost")
    33        --admin-port int      administration server port (default 6060)
    34    -c, --config string       configuration file (default "$HOME/.cozy.yaml")
    35        --host string         server host (default "localhost")
    36    -p, --port int            server port (default 8080)
    37  ```
    38  
    39  ### SEE ALSO
    40  
    41  * [cozy-stack tools](cozy-stack_tools.md)	 - Regroup some tools for debugging and tests
    42