Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
niklauslee committed Feb 23, 2022
1 parent 0b90c4f commit efddf0e
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ npm install @kaluma/cli --save-dev

## Usage

- [`help`](#help-command)
- [`ports`](#ports-command)
- [`flash`](#flash-command)
- [`erase`](#erase-command)
- [`bundle`](#bundle-command)
- [`put`](#put-command)
- [`get`](#get-command)

### `help` command

Print help for commands and options.
Expand Down Expand Up @@ -79,7 +87,7 @@ Erase code in device.
kaluma erase --port <port>
```

- `-p, --port <port>` option: See `flash` command.
- `-p, --port <port>` option: See [`flash`](#flash-command) command.

Example:

Expand Down Expand Up @@ -128,7 +136,7 @@ kaluma put <src> <dest> --port <port>

- `<src>` Path to a file to send in host computer.
- `<dest>` Path to the file received in device. Absolute file path is required.
- `-p, --port <port>` option: See `flash` command.
- `-p, --port <port>` option: See [`flash`](#flash-command) command.

Examples:

Expand All @@ -147,7 +155,7 @@ kaluma get <src> <dest> --port <port>

- `<src>` Path to a file in device. Absolute file path is required.
- `<dest>` Path to the file received in host computer.
- `-p, --port <port>` option: See `flash` command.
- `-p, --port <port>` option: See [`flash`](#flash-command) command.

Examples:

Expand Down

0 comments on commit efddf0e

Please sign in to comment.