Skip to main content

strat describe

Retrieve the details of a strategy. If version is specified, retrieves that specific version.

Usage

Usage: almanak strat describe [OPTIONS]

Arguments

Options

  • strategy_name (REQUIRED):

    • Type: STRING
    • Default: None
    • Usage: --strategy-name The name of the strategy to retrieve.
  • version:

    • Type: STRING
    • Default: None
    • Usage: --version Specific version of the strategy to retrieve. If not provided, returns all versions.
  • help:

    • Type: BOOL
    • Default: False
    • Usage: --help Show this message and exit.

CLI Help

Usage: almanak strat describe [OPTIONS]

Retrieve the details of a strategy. If version is specified, retrieves that
specific version.

Options:
--strategy-name TEXT The name of the strategy to retrieve. [required]
--version TEXT Specific version of the strategy to retrieve. If not
provided, returns all versions.
--help Show this message and exit.