attachment

简介

将附件添加到现有的 Wiki 页面或技术说明。

vb attachment add [PAGENAME] PATH [OPTIONS]

示例

  • 打印所有 wiki 列表:

$ vb wiki ls
att_example
test
  • 把 wiki 页面并当作附件传入 att_example 文件:

$ vb attachment add att_example test.txt
Attached test.txt to wiki page att_example.
  • 打印所有 tag 列表:

    $ vb tag ls
    note_test
    trunk
    
  • 把文件当作附件传入名为 note_test 的技术说明:

$ vb attachment add -t note_test test.txt
Attached test.txt to tech note note_test.

选项

-t|--technote DATETIME

指定要添加附件的技术说明的时间戳。附件将添加至具有指定时间戳的最近修改的技术说明。

-t|--technote TECHNOTE-ID

通过技术说明 ID 指定要更新的技术说明。

警告

必须指定 PAGENAMEDATETIMETECHNOTE-ID 之一。