Skip to content
Snippets Groups Projects
  • David Douard's avatar
    72aea6d5
    cli: add a new 'backend' cli group to list and document backends · 72aea6d5
    David Douard authored
    Adds a new 'backend' cli group with a 'list' command.
    
    Example:
    
      $ swh backend list vault
    
      memory     Stub vault backend, for use in the CLI.
      postgresql Backend for the Software Heritage Vault.
      remote     Client to the Software Heritage vault cache.
    
      $ swh backend list vault memory
      vault:memory
    
      Stub vault backend, for use in the CLI.
    72aea6d5
    History
    cli: add a new 'backend' cli group to list and document backends
    David Douard authored
    Adds a new 'backend' cli group with a 'list' command.
    
    Example:
    
      $ swh backend list vault
    
      memory     Stub vault backend, for use in the CLI.
      postgresql Backend for the Software Heritage Vault.
      remote     Client to the Software Heritage vault cache.
    
      $ swh backend list vault memory
      vault:memory
    
      Stub vault backend, for use in the CLI.