tribuchet: building on eliza treefmt v2.5.0traversed 272 files emitted 228 files for processing formatted 228 files (2 changed) in 8.908s M docs/CLI.md M docs/EFFECTS.md diff --git a/docs/CLI.md b/docs/CLI.md index f7dd11b..f19cea2 100644 --- a/docs/CLI.md +++ b/docs/CLI.md @@ -88,8 +88,8 @@ Attribute arguments accept unambiguous substrings. ## Effects -`nbo effects` runs and inspects a flake's [effects](EFFECTS.md) locally with -nix (no API token needed): +`nbo effects` runs and inspects a flake's [effects](EFFECTS.md) locally with nix +(no API token needed): ```console nbo effects list # effects with their after/lock metadata diff --git a/docs/EFFECTS.md b/docs/EFFECTS.md index 6d4612b..b74d89b 100644 --- a/docs/EFFECTS.md +++ b/docs/EFFECTS.md @@ -89,8 +89,8 @@ in `after` fail effect discovery. nixbot evaluates every `onPush.` of the `herculesCI` output. Outside the flake, effects are addressed by their dotted attribute path prefixed with the -job name: `nbo effects run default.deploy-staging`, log names, and the -`after` entries in `nbo effects list` output. Inspect the DAG locally: +job name: `nbo effects run default.deploy-staging`, log names, and the `after` +entries in `nbo effects list` output. Inspect the DAG locally: ```console $ nbo effects graph @@ -102,8 +102,8 @@ default.push-image ## CLI usage -The `nbo effects` commands (part of the [nbo CLI](CLI.md)) can list and run effects locally, or against remote -repositories using +The `nbo effects` commands (part of the [nbo CLI](CLI.md)) can list and run +effects locally, or against remote repositories using [Nix flake references](https://nix.dev/manual/nix/latest/command-ref/new-cli/nix3-flake#flake-references). ### Local repository