zero-cli 1.0.1

A command line tool for Zero Secrets Manager
1
2
3
4
5
6
7
query SearchUserById($id: String!)  {
  search_user_by_id(args: {match: $id}) {
    id
    email
    name
  }
}