init.rst.inc 466 B

12345678910111213141516171819202122
  1. attic init
  2. ----------
  3. ::
  4. usage: attic init [-h] [-v] [--key-file] [--passphrase] REPOSITORY
  5. Initialize an empty repository
  6. positional arguments:
  7. REPOSITORY repository to create
  8. optional arguments:
  9. -h, --help show this help message and exit
  10. -v, --verbose verbose output
  11. --key-file enable key file based encryption
  12. --passphrase enable passphrase based encryption
  13. Description
  14. ~~~~~~~~~~~