zero-cli 1.0.1

A command line tool for Zero Secrets Manager
1
2
3
4
5
mutation RemoveTeam($teamId: String!, $teamMemberIds: [String!]!, $teamName: String!) {
  removeTeam(object: {teamId: $teamId, teamName: $teamName, teamMemberIds: $teamMemberIds}) {
    success
  }
}