From a1426307a75bb224e647ec650c056d833e39ac6b Mon Sep 17 00:00:00 2001 From: Brian Dennis Date: Thu, 26 Oct 2023 22:37:09 -0400 Subject: [PATCH] Updates for changed short help, add feedmeta help --- README.md | 9 +++++---- subcommands/feedmeta.md | 28 ++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 4 deletions(-) create mode 100644 subcommands/feedmeta.md diff --git a/README.md b/README.md index 182a01f..1a9ed94 100644 --- a/README.md +++ b/README.md @@ -65,10 +65,11 @@ Options: --help Show this message and exit. Commands: - entries Fetch entries for the authed feedbin user and emit as JSON - feed Fetch entries for feedbin feed FEED_ID and emit as JSON - starred Fetch feedbin starred entries for the authed feedbin user... - subscriptions Fetch feedbin subscriptions for the authed feedbin user... + entries Fetch feed entries for feedbin user + feed Fetch feed entries for feedbin feed + feedmeta Retrieve feed metadata + starred Fetch starred entries for feedbin user + subscriptions Fetch feed subscriptions for feedbin user ``` diff --git a/subcommands/feedmeta.md b/subcommands/feedmeta.md new file mode 100644 index 0000000..fe982ec --- /dev/null +++ b/subcommands/feedmeta.md @@ -0,0 +1,28 @@ +## Feedmeta + +See the main [README.md](../README.md) for top level options for +logging and authentication. + + +``` +Usage: feedbin-tools feedmeta [OPTIONS] [FEED_IDS]... + + Retrieve the feed information for each ID in FEED_IDS + + Emit data in JSONL + +Options: + --help Show this message and exit. + +``` +