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: README.md
+9-16Lines changed: 9 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -673,14 +673,7 @@ AEMC distinguishes between **local** and **remote** AEM instances:
673
673
|**Local**| Instances running on developer's machine, fully managed by AEMC | Create, Start, Stop, Delete, Backup, filesystem access, JVM options, run modes |
674
674
|**Remote**| Any AEM instance accessible via HTTP (cloud, VMs, etc.) | HTTP-based operations only: packages, OSGi, repository, replication |
675
675
676
-
This distinction is reflected in the codebase and CLI:
677
-
678
-
-**`aem instance`** commands work with any instance (local or remote)
679
-
-**`aem instance local`** commands are specific to locally managed instances
680
-
681
-
When configuring instances, AEMC automatically determines the type based on the `http_url`:
682
-
- URLs with `localhost` or `127.0.0.1` → treated as **local**
683
-
- Other URLs → treated as **remote**
676
+
Commands like `instance create`, `start`, `stop`, `delete`, `backup` operate only on local instances. Commands like `package deploy`, `osgi config`, `repo node` work with any instance.
684
677
685
678
## Instance ID Naming Convention
686
679
@@ -692,9 +685,9 @@ Each instance has a unique ID following the pattern: **`{location}_{role}[_{clas
692
685
|**role**| Yes |`author`, `publish`| AEM instance role |
693
686
|**classifier**| No |`1`, `2`, `preview`, or custom | Distinguishes multiple instances with same location and role |
694
687
695
-
> **⚠️ Important:** The `local` location prefix is **required** for local instance management commands (`aem instance local create`, `start`, `stop`, `launch`, `delete`, `backup`, etc.).
688
+
> **⚠️ Important:** The `local` location prefix is **required** for local instance management commands (`aem instance create`, `start`, `stop`, `launch`, `delete`, `backup`, etc.).
696
689
>
697
-
> Instances with any other location (e.g., `int_`, `stg_`, `prod_`) are treated as **remote** and will be **skipped** by local management commands, even if their `http_url` points to localhost.
690
+
> Instances with any other location (e.g., `int_`, `stg_`, `prod_`) are treated as **remote** and will be **skipped** by these commands, even if their `http_url` points to localhost.
0 commit comments