Skip to content

chore(loo-4761): mailing lists#15

Merged
notnmeyer merged 3 commits intomainfrom
chore/loo-4761/mailing-lists
Mar 20, 2026
Merged

chore(loo-4761): mailing lists#15
notnmeyer merged 3 commits intomainfrom
chore/loo-4761/mailing-lists

Conversation

@notnmeyer
Copy link
Copy Markdown
Member

@notnmeyer notnmeyer commented Mar 20, 2026

➜ loops lists -h
Manage mailing lists

Usage:
  loops lists [command]

Available Commands:
  list        List mailing lists

Flags:
  -h, --help   help for lists

Global Flags:
  -o, --output format   Output format (text, json) (default text)

Use "loops lists [command] --help" for more information about a command.
 ➜ task -- lists list
ID                         NAME                 DESCRIPTION        PUBLIC
cm9j0iv8g00000iym9dcwa6qm  SPAM                                    false
cmmz0d86p00000iy1bsrf14r4  Cold Email Outreach  ALWAYS BE CLOSING  false
➜ task -- lists list -ojson
[
  {
    "id": "cm9j0iv8g00000iym9dcwa6qm",
    "name": "SPAM",
    "description": "",
    "isPublic": false
  },
  {
    "id": "cmmz0d86p00000iy1bsrf14r4",
    "name": "Cold Email Outreach",
    "description": "ALWAYS BE CLOSING",
    "isPublic": false
  }
]

@linear
Copy link
Copy Markdown

linear bot commented Mar 20, 2026

LOO-4761

@notnmeyer notnmeyer self-assigned this Mar 20, 2026
@notnmeyer notnmeyer requested a review from nalanj March 20, 2026 14:45
@notnmeyer notnmeyer marked this pull request as ready for review March 20, 2026 14:45
@notnmeyer notnmeyer merged commit 3790d37 into main Mar 20, 2026
2 checks passed
@notnmeyer notnmeyer deleted the chore/loo-4761/mailing-lists branch March 30, 2026 18:48
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

Successfully merging this pull request may close these issues.

1 participant