You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/static/docs/ai/checkly.rules.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
# Checkly
2
2
3
3
- Refer to docs for Checkly CLI v6.0.0 and above.
4
-
- To generate the initial setup for Checkly use the command `npm create checkly@latest`
5
4
- Check the Checkly CLI output to figure out into which folder the setup was generated
6
5
- Use the [Checkly CLI reference documentation](https://www.checklyhq.com/docs/cli/command-line-reference)
7
6
- Use the [Checkly construct reference documentation](https://www.checklyhq.com/docs/cli/constructs-reference)
@@ -14,6 +13,11 @@
14
13
- If endpoints require authentication ask the user which authentication method to use and then generate a setupScript to authenticate the given requests
15
14
- Referenced setupScript for ApiChecks must be plain ts files and not export anything
16
15
16
+
## Installing the Checkly CLI
17
+
18
+
- Always use `npm create checkly@latest`.
19
+
- Do not make up commands that do not exist.
20
+
17
21
## Project Structure
18
22
19
23
-`checkly.config.ts` - Mandatory global project and CLI configuration. We recommend using TypeScript.
0 commit comments