[PR #60] [MERGED] WIP: CLI, relates to #46 #1209

Closed
opened 2026-05-07 01:01:01 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/60
Author: @binwiederhier
Created: 12/17/2021
Status: Merged
Merged: 12/22/2021
Merged by: @binwiederhier

Base: mainHead: cli


📝 Commits (10+)

📊 Changes

47 files changed (+2114 additions, -317 deletions)

View changed files

📝 .github/workflows/test.yaml (+1 -1)
📝 .goreleaser.yml (+15 -5)
📝 Makefile (+12 -13)
client/client.go (+257 -0)
client/client.yml (+36 -0)
client/client_test.go (+108 -0)
client/config.go (+42 -0)
client/config_test.go (+36 -0)
client/ntfy-client.service (+12 -0)
client/options.go (+137 -0)
📝 cmd/app.go (+22 -85)
cmd/app_test.go (+26 -0)
cmd/publish.go (+93 -0)
cmd/publish_test.go (+18 -0)
cmd/serve.go (+112 -0)
cmd/subscribe.go (+237 -0)
config/config_test.go (+0 -12)
📝 docs/config.md (+10 -10)
docs/deprecations.md (+25 -0)
📝 docs/faq.md (+1 -1)

...and 27 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/binwiederhier/ntfy/pull/60 **Author:** [@binwiederhier](https://github.com/binwiederhier) **Created:** 12/17/2021 **Status:** ✅ Merged **Merged:** 12/22/2021 **Merged by:** [@binwiederhier](https://github.com/binwiederhier) **Base:** `main` ← **Head:** `cli` --- ### 📝 Commits (10+) - [`1e8421e`](https://github.com/binwiederhier/ntfy/commit/1e8421e8ce90def541c5ddb097b2ad475a6b4729) WIP: CLI, relates to #46 - [`a1f513f`](https://github.com/binwiederhier/ntfy/commit/a1f513f6a5147893ab2c225cc5721e21617e930e) WIP CLI - [`5639cf7`](https://github.com/binwiederhier/ntfy/commit/5639cf7a0f8247eb1d668e214fe3919ebb686a3f) Docs - [`f266afa`](https://github.com/binwiederhier/ntfy/commit/f266afa1de871cfe21850448218ab7c4461d3307) WIP CLI - [`2c1989b`](https://github.com/binwiederhier/ntfy/commit/2c1989beb03cdb64332a3f99da619d5a760025fe) I think we're getting there - [`fa9d644`](https://github.com/binwiederhier/ntfy/commit/fa9d6444f5318c040b803c1a0fd785f6f99e15dc) Move config files and folders - [`e3dfea1`](https://github.com/binwiederhier/ntfy/commit/e3dfea1991f137be806b9da78b37e724ae7a5e57) Docblocks, a handful of tests, but not enough - [`ddd5ce2`](https://github.com/binwiederhier/ntfy/commit/ddd5ce2c2131646f0f513cee15d7719376a3e6e0) Start CLI tests - [`f24855c`](https://github.com/binwiederhier/ntfy/commit/f24855ca9aac5d0f5501e4cd6c346bdc3a8c8f35) Documentation, fix test, return JSON on publish, add --quiet flag for publish - [`edb6b0c`](https://github.com/binwiederhier/ntfy/commit/edb6b0cf065ac4eeec9c41526faa8aeb98ebfe70) More docs, still WIP ### 📊 Changes **47 files changed** (+2114 additions, -317 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test.yaml` (+1 -1) 📝 `.goreleaser.yml` (+15 -5) 📝 `Makefile` (+12 -13) ➕ `client/client.go` (+257 -0) ➕ `client/client.yml` (+36 -0) ➕ `client/client_test.go` (+108 -0) ➕ `client/config.go` (+42 -0) ➕ `client/config_test.go` (+36 -0) ➕ `client/ntfy-client.service` (+12 -0) ➕ `client/options.go` (+137 -0) 📝 `cmd/app.go` (+22 -85) ➕ `cmd/app_test.go` (+26 -0) ➕ `cmd/publish.go` (+93 -0) ➕ `cmd/publish_test.go` (+18 -0) ➕ `cmd/serve.go` (+112 -0) ➕ `cmd/subscribe.go` (+237 -0) ➖ `config/config_test.go` (+0 -12) 📝 `docs/config.md` (+10 -10) ➕ `docs/deprecations.md` (+25 -0) 📝 `docs/faq.md` (+1 -1) _...and 27 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 01:01:01 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ntfy#1209
No description provided.