treefmt-check
aarch64-darwin.treefmt
· build #160
· raw
1treefmt v2.5.0traversed 272 files2emitted 228 files for processing3formatted 228 files (2 changed) in 1.085s4 M docs/CLI.md5 M docs/EFFECTS.md6diff --git a/docs/CLI.md b/docs/CLI.md7index f7dd11b..f19cea2 1006448--- a/docs/CLI.md9+++ b/docs/CLI.md10@@ -88,8 +88,8 @@ Attribute arguments accept unambiguous substrings.11 12 ## Effects13 14-`nbo effects` runs and inspects a flake's [effects](EFFECTS.md) locally with15-nix (no API token needed):16+`nbo effects` runs and inspects a flake's [effects](EFFECTS.md) locally with nix17+(no API token needed):18 19 ```console20 nbo effects list # effects with their after/lock metadata21diff --git a/docs/EFFECTS.md b/docs/EFFECTS.md22index 6d4612b..b74d89b 10064423--- a/docs/EFFECTS.md24+++ b/docs/EFFECTS.md25@@ -89,8 +89,8 @@ in `after` fail effect discovery.26 27 nixbot evaluates every `onPush.<job>` of the `herculesCI` output. Outside the28 flake, effects are addressed by their dotted attribute path prefixed with the29-job name: `nbo effects run default.deploy-staging`, log names, and the30-`after` entries in `nbo effects list` output. Inspect the DAG locally:31+job name: `nbo effects run default.deploy-staging`, log names, and the `after`32+entries in `nbo effects list` output. Inspect the DAG locally:33 34 ```console35 $ nbo effects graph36@@ -102,8 +102,8 @@ default.push-image37 38 ## CLI usage39 40-The `nbo effects` commands (part of the [nbo CLI](CLI.md)) can list and run effects locally, or against remote41-repositories using42+The `nbo effects` commands (part of the [nbo CLI](CLI.md)) can list and run43+effects locally, or against remote repositories using44 [Nix flake references](https://nix.dev/manual/nix/latest/command-ref/new-cli/nix3-flake#flake-references).45 46 ### Local repository