zero-cli 2.6.0

A command line tool for Zero Secrets Manager
1
2
3
4
5
6
query SearchUsageHistoryById($id: String!) {
  search_usage_history_by_id(args: { match: $id }) {
    id
    createdAt
  }
}