Forrest logo
back to the pw-cli tool

pw-cli:tldr:57121

pw-cli: Print all objects' information.
$ pw-cli info all
try on your machine

The command "pw-cli info all" is used to obtain information about all the passwords stored in the password-store (also known as pass) command-line password manager.

Here's a breakdown of the command:

  • "pw-cli": This is the name of the command-line tool for the password-store or pass.
  • "info": It is one of the sub-commands of pw-cli, used to retrieve information about the passwords or the password store.
  • "all": This argument is passed to the "info" sub-command, indicating that information for all stored passwords should be displayed.

When you execute this command, it will provide details such as the names of all stored passwords, their corresponding paths or locations, and possibly additional information like the encryption key used or the date of the last modification. The output may vary depending on the specific version and configuration of the password-store being used.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the pw-cli tool