Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI needs to expose functionality to create a list #7

Open
jlewi opened this issue Nov 4, 2024 · 0 comments
Open

CLI needs to expose functionality to create a list #7

jlewi opened this issue Nov 4, 2024 · 0 comments

Comments

@jlewi
Copy link
Owner

jlewi commented Nov 4, 2024

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

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

if list.DID == "" {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant