@alanwchat/coder 0.1.107 → 0.1.109
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 +2 -2
- package/dist/index.cjs +872 -388
- package/dist/index.cjs.map +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -116,8 +116,8 @@ Inside the REPL, you can use:
|
|
|
116
116
|
|
|
117
117
|
Configuration is stored in a platform-appropriate directory:
|
|
118
118
|
|
|
119
|
-
- **macOS / Linux**: `~/.config/coder/cli/
|
|
120
|
-
- **Windows**: `%APPDATA%/Coder/cli/
|
|
119
|
+
- **macOS / Linux**: `~/.config/coder/cli/settings.json`
|
|
120
|
+
- **Windows**: `%APPDATA%/Coder/cli/settings.json`
|
|
121
121
|
|
|
122
122
|
View current configuration:
|
|
123
123
|
|