Is there any way to check if a particular member already exists in the organization using cli?

Is it possible to get the list of members/users in an organization using the command line tool (flyctl)?

If not, is there any way to check if a particular member already exists in the organization?

I think fly orgs show might do what you want. This should list the members associated with an org. (you can get a list of orgs that you’re a member of with fly orgs list)

1 Like