@lotics/cli 0.96.1 → 0.96.3
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 +3 -1
- package/dist/render_page.js +6991 -6901
- package/dist/src/cli.js +213 -42
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -82,7 +82,9 @@ lotics org use acme --local # writes ./.lotics/config.json { active_org
|
|
|
82
82
|
lotics workspace select wks_... # records the workspace in the local pin
|
|
83
83
|
```
|
|
84
84
|
|
|
85
|
-
Each worktree resolves independently; switching the global default in another shell leaves pinned worktrees untouched.
|
|
85
|
+
Each worktree resolves independently; switching the global default in another shell leaves pinned worktrees untouched. `.lotics/` should be gitignored.
|
|
86
|
+
|
|
87
|
+
Every command names its target before it acts — `lotics → <org> / <workspace>` on **stderr**, so stdout stays clean for piping. When nothing in the directory or environment chose the org and it came from the machine-wide default, the line says so and prints the `--local` command to pin — that default is the one another shell can move between two of your commands. `lotics auth whoami` reports the same resolution on demand, including which source won.
|
|
86
88
|
|
|
87
89
|
### Resolution precedence
|
|
88
90
|
|