1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-16 09:38:28 +02:00
Files
OpenIntegrations/docs/en/cli/rss/CreateFeedRSS/bash.txt
T
Vitaly the Alpaca (bot) c3375556bc Test data update (Jenkins)
2026-05-02 12:33:40 +00:00

7 lines
562 B
Plaintext
Vendored

# JSON data can also be passed as a path to a .json file
oint rss CreateFeedRSS \
--name "Test RSS channel" \
--descr "Test RSS channel description" \
--link "https://example.com" \
--items "[{'title':'First element','description':'First element description','link':'https://example.com/item1','pubDate':'05/02/2026 12:33:26','author':'test@example.com','guid':'item-1'},{'title':'Second element','description':'Second element description','link':'https://example.com/item2','pubDate':'05/02/2026 12:33:26','author':'test@example.com','guid':'item-2'}]"