Skip to content

Commit 41ca0cc

Browse files
committed
chore: wip
1 parent 8e892d8 commit 41ca0cc

File tree

1 file changed

+5
-0
lines changed
  • storage/framework/core/cloud/src/cloud

1 file changed

+5
-0
lines changed

storage/framework/core/cloud/src/cloud/cli.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ export class CliStack {
3333
value: `${this.cliSetupUrl.url}cli-setup`,
3434
})
3535

36+
new Output(scope, 'CliSetupUrl', {
37+
value: `https://${props.domain}/install`,
38+
description: 'URL to trigger the CLI setup function',
39+
})
40+
3641
// once deployed, need to create logic in the cdn origin request to check if the request is for the cli
3742
// if it is, then we need the to use the function url as the origin
3843
// if it is not, then we need don't adjust the origin

0 commit comments

Comments
 (0)