-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
We currently don't expose the functionality to create a new list in the CLI.
This is needed to establish new feeds.
There's code to create a list here
Line 48 in 47039a0
| func CreateListRecord(client *xrpc.Client, name string, description string) (*comatproto.RepoCreateRecord_Output, error) { |
But its not exposed in the CLI.
I think the way to expose it would be to update the apply function to check if the list exists and if not create it
Line 35 in 47039a0
| if list.DID == "" { |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels