monkeys

list

Prints the whole vault in the shape of a .monkeys file, one block per profile, with every profile under its full name and the keys with no profile first,…

monkeys list

Prints the whole vault in the shape of a .monkeys file, one block per profile, with every profile under its full name and the keys with no profile first, under a bare @:

monkeys list
@
TYPESAFE_API_KEY

@foo.production
DATABASE_URL
SENTRY_DSN

@foo.test
DATABASE_URL
STRIPE_SECRET_KEY

Two profiles that share a block in a project's file appear here as two blocks, since the vault holds a secret per profile. list reads the whole vault, so it shows every project at once, and prints nothing when the vault is empty.