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: docs/internal-architecture.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## **Overview**
4
4
5
-
The Content CLI is a TypeScript based CLI that allows interaction with the Celonis EMS. Its core functionality includes extracting, pushing, and managing EMS content.
5
+
The Content CLI is a TypeScript based CLI that allows interaction with the Celonis Platform. Its core functionality includes extracting, pushing, and managing Celonis Platform content.
6
6
7
7
**Key Dependencies**
8
8
@@ -36,7 +36,7 @@ The context object is passed to all commands and services. It includes:
36
36
37
37
-**Profile**: The profile which is used for each command execution as authentication.
38
38
-**Logger**: The global logger, with optional debug logging.
39
-
-**HttpClient**: Authenticated EMS API client.
39
+
-**HttpClient**: Authenticated Celonis Platform API client.
40
40
41
41
This object is passed into command callbacks, ensuring that state and services are shared cleanly:
42
42
```
@@ -63,7 +63,7 @@ To manage profiles, use the content-cli profile command group. This allows you t
63
63
64
64
## **API communication**
65
65
66
-
The **HttpClient** class is a centralized client for interacting with the EMS API. It handles:
66
+
The **HttpClient** class is a centralized client for interacting with the Celonis Platform API. It handles:
67
67
68
68
-**Auth**: Authenticates by sending the token in the provided profile.
69
69
-**URL building**: Prefixing all API paths with the correct base (e.g. realm), inferred from the profile
0 commit comments