We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e892d8 commit 41ca0ccCopy full SHA for 41ca0cc
storage/framework/core/cloud/src/cloud/cli.ts
@@ -33,6 +33,11 @@ export class CliStack {
33
value: `${this.cliSetupUrl.url}cli-setup`,
34
})
35
36
+ new Output(scope, 'CliSetupUrl', {
37
+ value: `https://${props.domain}/install`,
38
+ description: 'URL to trigger the CLI setup function',
39
+ })
40
+
41
// once deployed, need to create logic in the cdn origin request to check if the request is for the cli
42
// if it is, then we need the to use the function url as the origin
43
// if it is not, then we need don't adjust the origin
0 commit comments