Skip to content
Open
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
1 change: 1 addition & 0 deletions packages/cli/e2e/__tests__/help.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ describe('help', () => {
account View and manage your Checkly account.
alert-channels List and inspect alert channels in your Checkly account.
api Make an authenticated HTTP request to the Checkly API.
assets List and download result assets.
checks List and inspect checks in your Checkly account.
destroy Destroy your project with all its related resources.
env Manage Checkly environment variables.
Expand Down
3 changes: 3 additions & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@
"alert-channels": {
"description": "List and inspect alert channels in your Checkly account."
},
"assets": {
"description": "List and download result assets."
},
"checks": {
"description": "List and inspect checks in your Checkly account."
},
Expand Down
Loading
Loading