alpacon note ls

This command displays a comprehensive list of all notes stored on the Alpacon. It provides details such as note IDs, authors, and contents. This command is useful for quickly reviewing all notes and their key information.

alpacon note ls [flags]

Aliases

ls, list, all

Options

  -h, --help            help for ls
  -s, --server string   Specify server for notes
  -t, --tail int        Number of log entries to show from the end (default 25)

Examples

List all notes:

alpacon note ls
alpacon note list
alpacon note all

List notes for a specific server:

alpacon note ls -s [SERVER NAME]

List last 10 notes:

alpacon note ls -t 10