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 38e7e7b commit 5b26c47Copy full SHA for 5b26c47
1 file changed
util.ts
@@ -25,6 +25,17 @@ export function error(
25
Deno.exit(1);
26
}
27
28
+/**
29
+ * Ensure app and org are selected
30
+ *
31
+ * If app is specified as null, it will not be selected and returned as null.
32
33
+ * @param debug
34
+ * @param deployUrl
35
+ * @param canCreate
36
+ * @param org
37
+ * @param app
38
+ */
39
export async function withApp(
40
debug: boolean,
41
deployUrl: string,
0 commit comments