Skip to content

Commit 048729c

Browse files
authored
Merge branch 'develop' into sync/api-types
2 parents ec94026 + efb0949 commit 048729c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

apps/cli/src/legacy/commands/link/link.command.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const config = {
88
Flag.optional,
99
),
1010
password: Flag.string("password").pipe(
11+
Flag.withAlias("p"),
1112
Flag.withDescription("Password to your remote Postgres database."),
1213
Flag.optional,
1314
),

apps/cli/src/shared/telemetry/runtime.layer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const telemetryRuntimeLayer = Layer.effect(
4848
if (config === null && isTty) {
4949
yield* Effect.sync(() =>
5050
note(
51-
"Supabase collects anonymous usage data to improve the CLI.\nYou can opt out at any time:\n\n supabase telemetry disable\n\nLearn more: https://supabase.com/docs/cli/telemetry",
51+
"Supabase collects anonymous usage data to improve the CLI.\nYou can opt out at any time:\n\n supabase telemetry disable\n\nLearn more: https://supabase.com/docs/guides/local-development/cli/getting-started#telemetry",
5252
"Telemetry",
5353
),
5454
);

0 commit comments

Comments
 (0)