alias getΒΆ

Usage: simplelogin alias get [OPTIONS] ID

  View the alias with the given ID. `ID` can be the alias's numeric id or, if
  you have a local database, either its email address or note. In the latter
  cases, if more than one alias matches, you will be prompted to choose one.

Options:
  -i, --include TEXT      A comma-separated list of fields to include in the
                          resulting table. Only fields in this list will
                          appear. Omit this option to show all fields.
  -e, --exclude TEXT      A comma-separated list of fields to exclude from the
                          resulting table. Useful if you want to view most
                          fields but leave a few out, rather than specifying a
                          longer list with `--include`.
  --header / --no-header  Whether to show a header above the items. If
                          provided, this overrides your `display.headers`
                          config.
  -h, --help              Show this message and exit.