diff --git a/README.md b/README.md index 64e2939..c5db835 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ USAGE # Commands * [`ketool help [COMMAND]`](#ketool-help-command) +* [`ketool ls [OBJECT]`](#ketool-ls-object) * [`ketool mkdir DIRECTORY`](#ketool-mkdir-directory) * [`ketool put SOURCE`](#ketool-put-source) * [`ketool rm OBJECT`](#ketool-rm-object) @@ -55,6 +56,33 @@ DESCRIPTION _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.15/src/commands/help.ts)_ +## `ketool ls [OBJECT]` + +list information about the OBJECTs. + +``` +USAGE + $ ketool ls [OBJECT...] [-u ] [-k] [-t ] [-c ] [-l] + +ARGUMENTS + OBJECT... file to read + +FLAGS + -c, --cwd= set current working directory to VALUE + -k, --insecure allow insecure SSL connection + -l, --long use a long listing format + -t, --token= API access token of the Kompira Enterprise server + -u, --baseurl= base URL of the Kompira Enterprise server + +DESCRIPTION + list information about the OBJECTs. + +EXAMPLES + $ ketool ls +``` + +_See code: [src/commands/ls.ts](https://github.com/fixpoint/ketool/blob/v0.1.1/src/commands/ls.ts)_ + ## `ketool mkdir DIRECTORY` Create the directories, if they do not already exist.