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: packages/cli/README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,8 +74,7 @@ Here's a comprehensive list of configuration options available in the `bucket.co
74
74
"path": "gen/features.d.ts",
75
75
"format": "react"
76
76
}
77
-
],
78
-
"keyFormat": "camelCase"
77
+
]
79
78
}
80
79
```
81
80
@@ -86,7 +85,6 @@ Here's a comprehensive list of configuration options available in the `bucket.co
86
85
|`apiUrl`| API URL for Bucket services (overrides baseUrl for API calls). | "https://app.bucket.co/api"|
87
86
|`appId`| Your Bucket application ID. | Required |
88
87
|`typesOutput`| Path(s) where TypeScript types will be generated. Can be a string or an array of objects with `path` and `format` properties. Available formats: `react` and `node`. | "gen/features.ts" with format "react" |
89
-
|`keyFormat`| Format for feature keys (options: custom, pascalCase, camelCase, snakeCaseUpper, snakeCaseLower, kebabCaseUpper, kebabCaseLower). | "custom" |
90
88
91
89
You can override these settings using command-line options for individual commands.
0 commit comments