Skip to content
Jonas Lundberg edited this page May 22, 2021 · 2 revisions

Global settings

If you're reusing the same global settings in all files you can turn that into an alias alias ain='ain /home/user/.global.ain'

Diff invocation results

By using temp-file redirection you can compare results from different invocations. This is great for comparing the result of some local branch with a known good reference (like a git bisect for API:s): diff -u <(ENV=test ain service.ain) <(ENV=prod ain service.ain)

Clone this wiki locally