docs/src/edit.md

branch
feature/dav-edit
changeset 720
2b8a65ed6f4c
parent 714
10a5d6ce0906
equal deleted inserted replaced
719:be012dd45b4b 720:2b8a65ed6f4c
1 --- 1 ---
2 title: 'dav edit' 2 title: 'dav edit'
3 --- 3 ---
4 4
5 **`dav edit [-pc] [-k <key>] [-V <version>] <url>`** 5 **`dav edit [-pc] [-k <key>] [-V <version>] [-L <lock>] <url>`**
6 6
7 Downloads a resources and opens an editor. If there is no resource at the 7 Downloads a resources and opens an editor. If there is no resource at the
8 specified location, it is attempted to create a fresh resource. 8 specified location, it is attempted to create a fresh resource.
9 The resource is downloaded to a temporary file and re-uploaded only if you save 9 The resource is downloaded to a temporary file and re-uploaded only if you save
10 any changes to that file. 10 any changes to that file.
23 **`-k <key>`** use the specified key for encryption. The key must be configured in 23 **`-k <key>`** use the specified key for encryption. The key must be configured in
24 the config.xml file 24 the config.xml file
25 25
26 **`-V <version>`** downloads a specific version of the resource. Available versions can be listed with the *list-versions* command 26 **`-V <version>`** downloads a specific version of the resource. Available versions can be listed with the *list-versions* command
27 27
28 **`-L <lock>`** use a lock token. See [dav lock][1]
28 29
30 [1]: ./lock.html
31

mercurial