Skip to content

CLI tool

almabtrieb

Helper to inspect traffic from the cattle drive protocol

Usage:

almabtrieb [OPTIONS] COMMAND [ARGS]...

Options:

  --connection_string TEXT  Connection String to use, if None the
                            CONNECTION_STRING environment variable is used
  --echo                    Echo everything
  --log_level TEXT          specifies the log level
  --help                    Show this message and exit.

almabtrieb create

Allows one to create an actor

Usage:

almabtrieb create [OPTIONS] BASE_URL

Options:

  --username TEXT     Specify the preferred username
  --auto_follow       automatically accept followers
  --name TEXT         internal name of the actor
  --profile FILENAME  File containing additional profile information as json
  --help              Show this message and exit.

almabtrieb err

Displays error messages

Usage:

almabtrieb err [OPTIONS]

Options:

  --help  Show this message and exit.

almabtrieb fetch

Allows fetching ActivityPub objects

Usage:

almabtrieb fetch [OPTIONS] ACTOR_ID OBJECT_ID

Options:

  --help  Show this message and exit.

almabtrieb in

Displays incoming messages

Usage:

almabtrieb in [OPTIONS]

Options:

  --help  Show this message and exit.

almabtrieb info

Prints the information about the connection.

Usage:

almabtrieb info [OPTIONS]

Options:

  --verbose
  --help     Show this message and exit.

almabtrieb out

Displays outgoing messages

Usage:

almabtrieb out [OPTIONS]

Options:

  --help  Show this message and exit.

almabtrieb trigger

triggers the method with content input. Use - to type it in from stdin. Input is expected to be JSON.

Usage:

almabtrieb trigger [OPTIONS] METHOD INPUT

Options:

  --help  Show this message and exit.