Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
khattori committed Nov 1, 2024
1 parent dd5d0dd commit ff6e0d1
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ USAGE
# Commands
<!-- 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)
Expand All @@ -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 <value>] [-k] [-t <value>] [-c <value>] [-l]
ARGUMENTS
OBJECT... file to read
FLAGS
-c, --cwd=<value> set current working directory to VALUE
-k, --insecure allow insecure SSL connection
-l, --long use a long listing format
-t, --token=<value> API access token of the Kompira Enterprise server
-u, --baseurl=<value> 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.
Expand Down

0 comments on commit ff6e0d1

Please sign in to comment.