import type { OpenClawConfig } from "../config/types.openclaw.js"; import {
LEGACY_SECRETREF_ENV_MARKER_PREFIX,
parseLegacySecretRefEnvMarker,
type SecretRef,
} from "../config/types.secrets.js"; import { setPathExistingStrict } from "./path-utils.js"; import {
discoverConfigSecretTargets,
type DiscoveredConfigSecretTarget,
} from "./target-registry.js";
function isLegacySecretRefEnvMarker(value: unknown): value is string { returntypeof value === "string" && value.trim().startsWith(LEGACY_SECRETREF_ENV_MARKER_PREFIX);
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.