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: CLAUDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ When no config file exists, lstk creates one at `$HOME/.config/lstk/config.toml`
63
63
Use `lstk config path` to print the resolved config file path currently in use.
64
64
When adding a new command that depends on configuration, wire config initialization explicitly in that command (`PreRunE: initConfig`). Keep side-effect-free commands (e.g., `version`, `config path`) without config initialization.
65
65
66
-
Created automatically on first run with defaults. Supports emulator types: `aws`and `snowflake`.
66
+
Created automatically on first run with defaults. Supports emulator types: `aws`, `snowflake`, and `azure`.
0 commit comments