Skip to content

Commit

Permalink
Update deps. Update firmware links and add experimental (8.0.2).
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerivec committed Sep 25, 2024
1 parent b156dee commit ea619eb
Show file tree
Hide file tree
Showing 8 changed files with 930 additions and 806 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/tmp
/node_modules
oclif.manifest.json

*.tsbuildinfo


yarn.lock
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ $ npm install -g ember-zli
$ ember-zli COMMAND
running command...
$ ember-zli (--version)
ember-zli/2.4.0 win32-x64 node-v20.15.0
ember-zli/2.4.1 win32-x64 node-v20.15.0
$ ember-zli --help [COMMAND]
USAGE
$ ember-zli COMMAND
Expand Down Expand Up @@ -106,7 +106,7 @@ EXAMPLES
$ ember-zli bootloader
```

_See code: [src/commands/bootloader/index.ts](https://github.com/Nerivec/ember-zli/blob/v2.4.0/src/commands/bootloader/index.ts)_
_See code: [src/commands/bootloader/index.ts](https://github.com/Nerivec/ember-zli/blob/v2.4.1/src/commands/bootloader/index.ts)_

## `ember-zli help [COMMAND]`

Expand All @@ -126,7 +126,7 @@ DESCRIPTION
Display help for ember-zli.
```

_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.11/src/commands/help.ts)_
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.12/src/commands/help.ts)_

## `ember-zli router`

Expand All @@ -143,24 +143,24 @@ EXAMPLES
$ ember-zli router
```

_See code: [src/commands/router/index.ts](https://github.com/Nerivec/ember-zli/blob/v2.4.0/src/commands/router/index.ts)_
_See code: [src/commands/router/index.ts](https://github.com/Nerivec/ember-zli/blob/v2.4.1/src/commands/router/index.ts)_

## `ember-zli sniff`

Sniff Zigbee traffic (to Wireshark, to custom handler or just log in file).
Sniff Zigbee traffic (to Wireshark, to PCAP file, to custom handler or just log raw data).

```
USAGE
$ ember-zli sniff
DESCRIPTION
Sniff Zigbee traffic (to Wireshark, to custom handler or just log in file).
Sniff Zigbee traffic (to Wireshark, to PCAP file, to custom handler or just log raw data).
EXAMPLES
$ ember-zli sniff
```

_See code: [src/commands/sniff/index.ts](https://github.com/Nerivec/ember-zli/blob/v2.4.0/src/commands/sniff/index.ts)_
_See code: [src/commands/sniff/index.ts](https://github.com/Nerivec/ember-zli/blob/v2.4.1/src/commands/sniff/index.ts)_

## `ember-zli stack`

Expand All @@ -177,7 +177,7 @@ EXAMPLES
$ ember-zli stack
```

_See code: [src/commands/stack/index.ts](https://github.com/Nerivec/ember-zli/blob/v2.4.0/src/commands/stack/index.ts)_
_See code: [src/commands/stack/index.ts](https://github.com/Nerivec/ember-zli/blob/v2.4.1/src/commands/stack/index.ts)_

## `ember-zli utils`

Expand All @@ -194,7 +194,7 @@ EXAMPLES
$ ember-zli utils
```

_See code: [src/commands/utils/index.ts](https://github.com/Nerivec/ember-zli/blob/v2.4.0/src/commands/utils/index.ts)_
_See code: [src/commands/utils/index.ts](https://github.com/Nerivec/ember-zli/blob/v2.4.1/src/commands/utils/index.ts)_

## `ember-zli version`

Expand All @@ -214,5 +214,5 @@ FLAG DESCRIPTIONS
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
```

_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v2.2.12/src/commands/version.ts)_
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/v2.2.13/src/commands/version.ts)_
<!-- commandsstop -->
Loading

0 comments on commit ea619eb

Please sign in to comment.