feed get
Retrieve detailed information about a specific feed.
Usage
grapevine feed get <feed-id> [options]Arguments
feed-id
- Type:
string(UUID) - Required: Yes
The unique identifier of the feed to retrieve.
grapevine feed get "123e4567-e89b-12d3-a456-426614174000"Options
--entries
- Type:
boolean - Default:
false
Include recent entries in the output.
grapevine feed get "123e4567..." --entries--stats
- Type:
boolean - Default:
false
Include detailed statistics (views, revenue, etc.).
grapevine feed get "123e4567..." --statsExamples
Basic Feed Info
grapevine feed get "123e4567-e89b-12d3-a456-426614174000"Feed with Entries
grapevine feed get "123e4567..." --entriesComplete Details
grapevine feed get "123e4567..." --entries --statsOutput
Basic Output
📰 Tech Blog (123e4567...)
📋 Details:
Name: Tech Blog
Description: Latest programming tutorials and tips
Owner: 0x1234...5678
Category: Technology (cat-uuid...)
Tags: tech, programming, tutorial
Created: 2024-01-15 14:30:00 UTC
Updated: 2024-03-01 09:15:00 UTC
🌐 Links:
View Feed: https://grapevine.markets/feeds/123e4567.../entries
Cover Image: https://ipfs.io/ipfs/Qm...With Entries
📰 Tech Blog (123e4567...)
📋 Details: [same as above]
📝 Recent Entries (3 of 25):
• "Getting Started with TypeScript" - Mar 01, 2024
• "React Best Practices 2024" - Feb 28, 2024
• "Node.js Performance Tips" - Feb 25, 2024
View all entries: grapevine entry list --feed "123e4567..."With Stats
📰 Tech Blog (123e4567...)
📋 Details: [same as above]
📊 Statistics:
Total Entries: 25
Total Views: 1,247
Total Revenue: $12.47 USDC
Average Revenue per Entry: $0.50 USDC
Most Popular Entry: "Getting Started with TypeScript"
Last Activity: 2 hours agoAuthentication
Public feeds can be viewed without authentication. Private feeds or detailed stats require authentication.
Environment Variable
export PRIVATE_KEY="0xYourPrivateKeyHere"
grapevine feed get "123e4567..." --statsRelated Commands
- feed list - List feeds
- feed update - Update feed details
- entry list - List feed entries