Skip to content

Commit 5181670

Browse files
Merge branch 'main' into refactor/rewrite-it-in-rust
Resolve merge conflicts from Go-side fixes (app-keys API fix, audit-logs time parsing). All Go files deleted in favor of Rust equivalents. Both fixes were already ported to Rust in prior commits on this branch. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2 parents 018623e + 73dd798 commit 5181670

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/COMMANDS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pup <domain> <subgroup> <action> [options] # Nested commands
3636
| on-call | teams (CRUD, memberships) | src/commands/on_call.rs ||
3737
| audit-logs | list, search | src/commands/audit_logs.rs ||
3838
| api-keys | list, get, create, delete | src/commands/api_keys.rs ||
39-
| app-keys | list, get, register, unregister | src/commands/app_keys.rs ||
39+
| app-keys | list, get, create, update, delete | src/commands/app_keys.rs ||
4040
| infrastructure | hosts (list, get) | src/commands/infrastructure.rs ||
4141
| synthetics | tests, locations, suites | src/commands/synthetics.rs ||
4242
| users | list, get, roles | src/commands/users.rs ||
@@ -158,7 +158,7 @@ pup infrastructure hosts list
158158
- **users** - User management (list, get, roles)
159159
- **organizations** - Org settings (get, list)
160160
- **api-keys** - API key management (list, get, create, delete)
161-
- **app-keys** - App key registration for Action Connections (list, get, register, unregister)
161+
- **app-keys** - Application key management (list, get, create, update, delete)
162162

163163
### Cost & Usage
164164
- **usage** - Usage and billing (summary, hourly)

0 commit comments

Comments
 (0)