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 19c0260 commit f642391Copy full SHA for f642391
commands/private-network/get/mod.ts
@@ -66,6 +66,8 @@ export const get = command("get", {
66
asserts(response.ok, response);
67
const result = response.data;
68
69
+ asserts(result, "No private network found.");
70
+
71
if (flags.json) {
72
yield pickJson(result, flags.fields);
73
} else {
0 commit comments