fix(cli): do not rely on x.nest.land

This commit is contained in:
Ruben Fiszel
2023-05-24 15:37:00 +02:00
parent 467f8cbe2a
commit f4fbf93411
8 changed files with 95 additions and 20 deletions
+1 -1
View File
@@ -1,6 +1,5 @@
// deno-lint-ignore-file no-explicit-any
import { GlobalOptions, isSuperset } from "./types.ts";
import { parse as yamlParse } from "https://deno.land/std@0.184.0/yaml/mod.ts";
import {
colors,
@@ -10,6 +9,7 @@ import {
FlowService,
JobService,
Table,
yamlParse,
} from "./deps.ts";
import { requireLogin, resolveWorkspace, validatePath } from "./context.ts";
import { resolve, track_job } from "./script.ts";