Forgets the secret and takes the key out of .monkeys, which is forget
followed by the edit you would otherwise make by hand:
monkeys drop STRIPE_SECRET_KEY
forgot foo.test/STRIPE_SECRET_KEYunlisted STRIPE_SECRET_KEY from .monkeys for @test
Where the vault has nothing under that key, the key is still unlisted, which
is how the ✗ that doctor shows for a key nobody has is cleared:
monkeys drop DATABASE_URL
unlisted DATABASE_URL from .monkeys for @test
A key the file holds as a value is deleted from the file, the same as
forget, since for a value the line is the whole of it.
A profile with no key is refused. Emptying a profile's vault is forget,
which leaves the file alone, because one person clearing their own machine
does not decide what the project needs:
monkeys drop @test
monkeys: drop takes one key: monkeys drop @test <KEY>. to empty a profile's vault, monkeys forget @test
Outside a project, with no file to edit, drop is forget.