Skip to content

Commit

Permalink
Merge pull request #100 from thin-edge/release-1.4.2
Browse files Browse the repository at this point in the history
create snapshot for version 1.4.2
  • Loading branch information
reubenmiller authored Jan 14, 2025
2 parents 1d8d9f6 + 915b329 commit 2b0c1c9
Show file tree
Hide file tree
Showing 196 changed files with 53 additions and 35 deletions.
1 change: 0 additions & 1 deletion versioned_docs/version-1.4.1/.version

This file was deleted.

32 changes: 0 additions & 32 deletions versioned_docs/version-1.4.1/references/cli/index.md

This file was deleted.

1 change: 1 addition & 0 deletions versioned_docs/version-1.4.2/.version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.4.2
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ All the child devices and services can be deregistered using a wildcard topic fi
combined with a topic exclusion filter for the main device, as follows:

```sh
mosquitto_sub -v -t "te/device/+/#" -T "te/device/main/#"
mosquitto_sub -v -t "te/device/+/#" -T "te/device/main/#" --remove-retained -W 3
```

## Unsupported cases
Expand Down
File renamed without changes.
50 changes: 50 additions & 0 deletions versioned_docs/version-1.4.2/references/cli/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
title: "The tedge command"
tags: [Reference, CLI]
sidebar_position: 4
---

# The tedge command

```sh title="tedge"
Command line interface to interact with thin-edge.io

Usage: tedge [OPTIONS] <COMMAND>

Commands:
init Initialize Thin Edge
cert Create and manage device certificate
config Configure Thin Edge
connect Connect to cloud provider
disconnect Remove bridge connection for a provider
reconnect Reconnect command, calls disconnect followed by connect
refresh-bridges Refresh all currently active mosquitto bridges
upload Upload files to the cloud
mqtt Publish a message on a topic and subscribe a topic
run Run thin-edge services and plugins
help Print this message or the help of the given subcommand(s)

Options:
--config-dir <CONFIG_DIR>
[env: TEDGE_CONFIG_DIR, default: /etc/tedge]

--debug
Turn-on the DEBUG log level.

If off only reports ERROR, WARN, and INFO, if on also reports DEBUG

--log-level <LOG_LEVEL>
Configures the logging level.

One of error/warn/info/debug/trace.
Logs with verbosity lower or equal to the selected level will be printed,
i.e. warn prints ERROR and WARN logs and trace prints logs of all levels.

Overrides `--debug`

-h, --help
Print help (see a summary with '-h')

-V, --version
Print version
```
File renamed without changes.
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
["1.4.1","0.13.1"]
["1.4.2","0.13.1"]

0 comments on commit 2b0c1c9

Please sign in to comment.