Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.6.0"
".": "0.7.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 62
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/agentmail%2Fagentmail-f683ea9c16b323f400a2788ed910801a8382e7384b24f82b7db13f35b3bce254.yml
openapi_spec_hash: 05bfef751dd664bca46308476e5d1524
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/agentmail%2Fagentmail-6e84a95db8ffaeeb1c1d2894b6f0773cd8042826f905a0910baeb85dc4da76ae.yml
openapi_spec_hash: 8abbb4f299b7297c6bf1ed48f94eea29
config_hash: 2595ffb55fb009abe18a6566962fbf0a
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.7.0 (2026-03-06)

Full Changelog: [v0.6.0...v0.7.0](https://github.com/agentmail-to/agentmail-cli/compare/v0.6.0...v0.7.0)

### Features

* **api:** api update ([36258c7](https://github.com/agentmail-to/agentmail-cli/commit/36258c780cc78405beed3e3e40ee53559ccbf75c))

## 0.6.0 (2026-03-05)

Full Changelog: [v0.5.0...v0.6.0](https://github.com/agentmail-to/agentmail-cli/compare/v0.5.0...v0.6.0)
Expand Down
5 changes: 5 additions & 0 deletions pkg/cmd/apikey.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ var apiKeysList = cli.Command{
Usage: "List API Keys",
Suggest: true,
Flags: []cli.Flag{
&requestflag.Flag[any]{
Name: "ascending",
Usage: "Sort in ascending temporal order.",
QueryPath: "ascending",
},
&requestflag.Flag[any]{
Name: "limit",
Usage: "Limit of number of items returned.",
Expand Down
1 change: 1 addition & 0 deletions pkg/cmd/apikey_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ func TestAPIKeysList(t *testing.T) {
t,
"api-keys", "list",
"--api-key", "string",
"--ascending=true",
"--limit", "0",
"--page-token", "page_token",
)
Expand Down
5 changes: 5 additions & 0 deletions pkg/cmd/domain.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ var domainsList = cli.Command{
Usage: "List Domains",
Suggest: true,
Flags: []cli.Flag{
&requestflag.Flag[any]{
Name: "ascending",
Usage: "Sort in ascending temporal order.",
QueryPath: "ascending",
},
&requestflag.Flag[any]{
Name: "limit",
Usage: "Limit of number of items returned.",
Expand Down
1 change: 1 addition & 0 deletions pkg/cmd/domain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ func TestDomainsList(t *testing.T) {
t,
"domains", "list",
"--api-key", "string",
"--ascending=true",
"--limit", "0",
"--page-token", "page_token",
)
Expand Down
5 changes: 5 additions & 0 deletions pkg/cmd/inbox.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ var inboxesList = cli.Command{
Usage: "List Inboxes",
Suggest: true,
Flags: []cli.Flag{
&requestflag.Flag[any]{
Name: "ascending",
Usage: "Sort in ascending temporal order.",
QueryPath: "ascending",
},
&requestflag.Flag[any]{
Name: "limit",
Usage: "Limit of number of items returned.",
Expand Down
1 change: 1 addition & 0 deletions pkg/cmd/inbox_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ func TestInboxesList(t *testing.T) {
t,
"inboxes", "list",
"--api-key", "string",
"--ascending=true",
"--limit", "0",
"--page-token", "page_token",
)
Expand Down
5 changes: 5 additions & 0 deletions pkg/cmd/pod.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ var podsList = cli.Command{
Usage: "List Pods",
Suggest: true,
Flags: []cli.Flag{
&requestflag.Flag[any]{
Name: "ascending",
Usage: "Sort in ascending temporal order.",
QueryPath: "ascending",
},
&requestflag.Flag[any]{
Name: "limit",
Usage: "Limit of number of items returned.",
Expand Down
1 change: 1 addition & 0 deletions pkg/cmd/pod_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ func TestPodsList(t *testing.T) {
t,
"pods", "list",
"--api-key", "string",
"--ascending=true",
"--limit", "0",
"--page-token", "page_token",
)
Expand Down
5 changes: 5 additions & 0 deletions pkg/cmd/poddomain.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ var podsDomainsList = cli.Command{
Usage: "ID of pod.",
Required: true,
},
&requestflag.Flag[any]{
Name: "ascending",
Usage: "Sort in ascending temporal order.",
QueryPath: "ascending",
},
&requestflag.Flag[any]{
Name: "limit",
Usage: "Limit of number of items returned.",
Expand Down
1 change: 1 addition & 0 deletions pkg/cmd/poddomain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ func TestPodsDomainsList(t *testing.T) {
"pods:domains", "list",
"--api-key", "string",
"--pod-id", "pod_id",
"--ascending=true",
"--limit", "0",
"--page-token", "page_token",
)
Expand Down
5 changes: 5 additions & 0 deletions pkg/cmd/podinbox.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ var podsInboxesList = cli.Command{
Usage: "ID of pod.",
Required: true,
},
&requestflag.Flag[any]{
Name: "ascending",
Usage: "Sort in ascending temporal order.",
QueryPath: "ascending",
},
&requestflag.Flag[any]{
Name: "limit",
Usage: "Limit of number of items returned.",
Expand Down
1 change: 1 addition & 0 deletions pkg/cmd/podinbox_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ func TestPodsInboxesList(t *testing.T) {
"pods:inboxes", "list",
"--api-key", "string",
"--pod-id", "pod_id",
"--ascending=true",
"--limit", "0",
"--page-token", "page_token",
)
Expand Down
2 changes: 1 addition & 1 deletion pkg/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

package cmd

const Version = "0.6.0" // x-release-please-version
const Version = "0.7.0" // x-release-please-version
5 changes: 5 additions & 0 deletions pkg/cmd/webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,11 @@ var webhooksList = cli.Command{
Usage: "List Webhooks",
Suggest: true,
Flags: []cli.Flag{
&requestflag.Flag[any]{
Name: "ascending",
Usage: "Sort in ascending temporal order.",
QueryPath: "ascending",
},
&requestflag.Flag[any]{
Name: "limit",
Usage: "Limit of number of items returned.",
Expand Down
1 change: 1 addition & 0 deletions pkg/cmd/webhook_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ func TestWebhooksList(t *testing.T) {
t,
"webhooks", "list",
"--api-key", "string",
"--ascending=true",
"--limit", "0",
"--page-token", "page_token",
)
Expand Down
Loading