diff --git a/README.md b/README.md index d97885b3..5be789b5 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,6 @@ See [MCP Server section](#mcp-server) for more details on how to use the MCP Ser * [`ably accounts list`](#ably-accounts-list) * [`ably accounts login [TOKEN]`](#ably-accounts-login-token) * [`ably accounts logout [ALIAS]`](#ably-accounts-logout-alias) -* [`ably accounts stats`](#ably-accounts-stats) * [`ably accounts switch [ALIAS]`](#ably-accounts-switch-alias) * [`ably apps`](#ably-apps) * [`ably apps channel-rules`](#ably-apps-channel-rules) @@ -103,13 +102,9 @@ See [MCP Server section](#mcp-server) for more details on how to use the MCP Ser * [`ably apps channel-rules update NAMEORID`](#ably-apps-channel-rules-update-nameorid) * [`ably apps create`](#ably-apps-create) * [`ably apps current`](#ably-apps-current) -* [`ably apps delete [ID]`](#ably-apps-delete-id) +* [`ably apps delete [APPID]`](#ably-apps-delete-appid) * [`ably apps list`](#ably-apps-list) -* [`ably apps logs`](#ably-apps-logs) -* [`ably apps logs history`](#ably-apps-logs-history) -* [`ably apps logs subscribe`](#ably-apps-logs-subscribe) * [`ably apps set-apns-p12 ID`](#ably-apps-set-apns-p12-id) -* [`ably apps stats [ID]`](#ably-apps-stats-id) * [`ably apps switch [APPID]`](#ably-apps-switch-appid) * [`ably apps update ID`](#ably-apps-update-id) * [`ably auth`](#ably-auth) @@ -132,7 +127,6 @@ See [MCP Server section](#mcp-server) for more details on how to use the MCP Ser * [`ably channels batch-publish [MESSAGE]`](#ably-channels-batch-publish-message) * [`ably channels history CHANNEL`](#ably-channels-history-channel) * [`ably channels list`](#ably-channels-list) -* [`ably channels logs [TOPIC]`](#ably-channels-logs-topic) * [`ably channels occupancy`](#ably-channels-occupancy) * [`ably channels occupancy get CHANNEL`](#ably-channels-occupancy-get-channel) * [`ably channels occupancy subscribe CHANNEL`](#ably-channels-occupancy-subscribe-channel) @@ -142,36 +136,34 @@ See [MCP Server section](#mcp-server) for more details on how to use the MCP Ser * [`ably channels publish CHANNEL MESSAGE`](#ably-channels-publish-channel-message) * [`ably channels subscribe CHANNELS`](#ably-channels-subscribe-channels) * [`ably config`](#ably-config) +* [`ably config path`](#ably-config-path) +* [`ably config show`](#ably-config-show) * [`ably connections`](#ably-connections) -* [`ably connections logs [TOPIC]`](#ably-connections-logs-topic) -* [`ably connections stats`](#ably-connections-stats) * [`ably connections test`](#ably-connections-test) * [`ably help [COMMANDS]`](#ably-help-commands) * [`ably integrations`](#ably-integrations) * [`ably integrations create`](#ably-integrations-create) -* [`ably integrations delete RULEID`](#ably-integrations-delete-ruleid) +* [`ably integrations delete INTEGRATIONID`](#ably-integrations-delete-integrationid) * [`ably integrations get RULEID`](#ably-integrations-get-ruleid) * [`ably integrations list`](#ably-integrations-list) * [`ably integrations update RULEID`](#ably-integrations-update-ruleid) * [`ably login [TOKEN]`](#ably-login-token) * [`ably logs`](#ably-logs) -* [`ably logs app`](#ably-logs-app) -* [`ably logs app history`](#ably-logs-app-history) -* [`ably logs app subscribe`](#ably-logs-app-subscribe) * [`ably logs channel-lifecycle`](#ably-logs-channel-lifecycle) * [`ably logs channel-lifecycle subscribe`](#ably-logs-channel-lifecycle-subscribe) * [`ably logs connection-lifecycle`](#ably-logs-connection-lifecycle) * [`ably logs connection-lifecycle history`](#ably-logs-connection-lifecycle-history) * [`ably logs connection-lifecycle subscribe`](#ably-logs-connection-lifecycle-subscribe) -* [`ably logs connection subscribe`](#ably-logs-connection-subscribe) +* [`ably logs history`](#ably-logs-history) * [`ably logs push`](#ably-logs-push) * [`ably logs push history`](#ably-logs-push-history) * [`ably logs push subscribe`](#ably-logs-push-subscribe) +* [`ably logs subscribe`](#ably-logs-subscribe) * [`ably mcp`](#ably-mcp) * [`ably mcp start-server`](#ably-mcp-start-server) * [`ably queues`](#ably-queues) * [`ably queues create`](#ably-queues-create) -* [`ably queues delete QUEUENAME`](#ably-queues-delete-queuename) +* [`ably queues delete QUEUEID`](#ably-queues-delete-queueid) * [`ably queues list`](#ably-queues-list) * [`ably rooms`](#ably-rooms) * [`ably rooms list`](#ably-rooms-list) @@ -182,7 +174,7 @@ See [MCP Server section](#mcp-server) for more details on how to use the MCP Ser * [`ably rooms messages reactions send ROOM MESSAGESERIAL REACTION`](#ably-rooms-messages-reactions-send-room-messageserial-reaction) * [`ably rooms messages reactions subscribe ROOM`](#ably-rooms-messages-reactions-subscribe-room) * [`ably rooms messages send ROOM TEXT`](#ably-rooms-messages-send-room-text) -* [`ably rooms messages subscribe ROOM`](#ably-rooms-messages-subscribe-room) +* [`ably rooms messages subscribe ROOMS`](#ably-rooms-messages-subscribe-rooms) * [`ably rooms occupancy`](#ably-rooms-occupancy) * [`ably rooms occupancy get ROOM`](#ably-rooms-occupancy-get-room) * [`ably rooms occupancy subscribe ROOM`](#ably-rooms-occupancy-subscribe-room) @@ -213,6 +205,9 @@ See [MCP Server section](#mcp-server) for more details on how to use the MCP Ser * [`ably spaces members`](#ably-spaces-members) * [`ably spaces members enter SPACE`](#ably-spaces-members-enter-space) * [`ably spaces members subscribe SPACE`](#ably-spaces-members-subscribe-space) +* [`ably stats`](#ably-stats) +* [`ably stats account`](#ably-stats-account) +* [`ably stats app [ID]`](#ably-stats-app-id) * [`ably status`](#ably-status) * [`ably support`](#ably-support) * [`ably support ask QUESTION`](#ably-support-ask-question) @@ -240,14 +235,11 @@ EXAMPLES $ ably accounts switch my-account - $ ably accounts stats - COMMANDS ably accounts current Show the current Ably account ably accounts list List locally configured Ably accounts ably accounts login Log in to your Ably account ably accounts logout Log out from an Ably account - ably accounts stats Get account stats with optional live updates ably accounts switch Switch to a different Ably account ``` @@ -406,60 +398,6 @@ EXAMPLES _See code: [src/commands/accounts/logout.ts](https://github.com/ably/ably-cli/blob/v0.15.0/src/commands/accounts/logout.ts)_ -## `ably accounts stats` - -Get account stats with optional live updates - -``` -USAGE - $ ably accounts stats [--access-token ] [--api-key ] [--client-id ] [--env ] - [--endpoint ] [--host ] [--json | --pretty-json] [--token ] [-v] [--debug] [--end ] - [--interval ] [--limit ] [--live] [--start ] [--unit minute|hour|day|month] - -FLAGS - -v, --verbose Output verbose logs - --access-token= Overrides any configured access token used for the Control API - --api-key= Overrides any configured API key used for the product APIs - --client-id= Overrides any default client ID when using API authentication. Use "none" to explicitly - set no client ID. Not applicable when using token authentication. - --debug Show debug information for live stats polling - --end= End time in milliseconds since epoch - --endpoint= Override the endpoint for all product API calls - --env= Override the environment for all product API calls - --host= Override the host endpoint for all product API calls - --interval= [default: 6] Polling interval in seconds (only used with --live) - --json Output in JSON format - --limit= [default: 10] Maximum number of stats records to return - --live Subscribe to live stats updates (uses minute interval) - --pretty-json Output in colorized JSON format - --start= Start time in milliseconds since epoch - --token= Authenticate using an Ably Token or JWT Token instead of an API key - --unit=