We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c11538 commit 75b04a4Copy full SHA for 75b04a4
1 file changed
packages/cli/utils/constants.ts
@@ -3,7 +3,7 @@ import { join } from "node:path";
3
4
export const CLIENT_VERSION_HEADER_NAME = "bucket-sdk-version";
5
export const CLIENT_VERSION_HEADER_VALUE = (version: string) =>
6
- `node-sdk/${version}`;
+ `cli/${version}`;
7
8
export const CONFIG_FILE_NAME = "bucket.config.json";
9
export const AUTH_FILE = join(os.homedir(), ".bucket-auth");
0 commit comments