Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Added support for dry-run mode and overrides for debug/oneshot from command line #46

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

hostcc
Copy link
Owner

@hostcc hostcc commented Sep 9, 2024

  • Dry-run mode, when enabled with -a command line switch, will skip all MQTT calls, including connection and disconnection, as well as publishing messages. This is useful for testing the application without actually sending any data over MQTT
  • One-shot and debug modes could now be enabled from command line with -o and -d switches respectively

…from command line

* Dry-run mode, when enabled with `-a` command line switch, will skip all MQTT
  calls, including connection and disconnection, as well as publishing messages.
  This is useful for testing the application without actually sending any data
  over MQTT
* One-shot and debug modes could now be enabled from command line with `-o` and
  `-d` switches respectively
@hostcc hostcc added the enhancement New feature or request label Sep 9, 2024
@hostcc hostcc self-assigned this Sep 9, 2024
Copy link

sonarqubecloud bot commented Sep 9, 2024

@hostcc hostcc merged commit ee70b20 into master Sep 9, 2024
10 checks passed
@hostcc hostcc deleted the feature/dry-run branch September 9, 2024 23:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant