@safe-access-inline/cli
v0.1.4
Published
CLI for safe-access-inline — query, transform, and manipulate data files from the terminal.
Maintainers
Readme
Install
npm install -g @safe-access-inline/cliUsage
safe-access get config.json "user.name"
safe-access get data.yaml "items.*.price" # wildcard
safe-access set config.json "user.email" "[email protected]" --to json # set & output
safe-access transform config.yaml --to json --pretty # convert formats
safe-access diff config.json config-updated.json # structural diff
safe-access mask config.json --patterns "password,secret,api_*" # redact secrets
safe-access layer defaults.yaml overrides.json --to json # merge layers
echo '{"a":1}' | safe-access get - "a" # stdin pipingDocumentation
Full command reference, piping examples, CI/CD recipes, and exit codes: safe-access-inline CLI docs →
