@mesh-tech/mesh-cli 0.20.4 → 0.21.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -126,6 +126,18 @@ mesh dev # from inside your app repo: run the app against it
126
126
  when its images are available — `--no-hub` skips it); `mesh dev` runs *your*
127
127
  app's processes against them.
128
128
 
129
+ Where things are once it is up (printed at the end of `mesh start` and first
130
+ by `mesh status`):
131
+
132
+ - **Hub** — <http://localhost:9000>. Sign in as `dev@local.mesh` / `LocalDev1!`.
133
+ The account is seeded; there is no need to register one.
134
+ - **Mailbox** — <http://localhost:8025>. Every email the local platform sends
135
+ (sign-up confirmation, password reset) lands here; nothing leaves your machine.
136
+ - `mesh login local` logs the CLI in against the same local identity.
137
+
138
+ If `mesh start` stops on `already in use`, it names the container or process
139
+ holding the port; stop that (or move it) and run `mesh start` again.
140
+
129
141
  ## 5. Read the full docs
130
142
 
131
143
  The Mesh documentation is served **locally, by the CLI** — same access grant as