Skip to content

ckb_032630d041b4fd8a_b1e99f6461424276

Grigori Fursin edited this page Sep 11, 2016 · 4 revisions

[ Home ]

Common actions for all modules:

  • add - add entry
  • add_action - add action (function) to existing module
  • add_index - add index
  • cid - get CID of the current entry
  • convert_cm_to_ck - convert old CM entries to CK entries
  • copy - see 'cp'
  • cp - copy entry
  • delete - see 'rm'
  • delete_file - <file></file> delete file from a given entry
  • delete_index - remove index
  • edit - edit entry description using external editor
  • find - find path to entry
  • help - print help about data (module) entry
  • info - print help about module
  • list - list entries
  • list_actions - list actions (functions) in existing module
  • list_files - list files recursively in a given entry
  • load - load meta description of entry
  • move - see 'mv'
  • mv - move entry
  • path - detect CID in the current directory
  • pull - (filename) or (empty to get the whole entry as archive) pull file from entry
  • push - (filename) push file to entry
  • remove - see 'rm'
  • remove_action - remove action (function) from existing module
  • ren - <new></new> delete entry
  • search - search entries
  • update - update entry
  • webapi - open browser with online API for a given module, if exists
  • webhelp - open browser with online help (description) for a data (module) entry
See CK kernel API for more details (can be invoked using ck webapi).
Clone this wiki locally