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-nameThe name of the strategy to retrieve.
 
- 
version:- Type: STRING
- Default: None
- Usage: --versionSpecific version of the strategy to retrieve. If not provided, returns all versions.
 
- 
help:- Type: BOOL
- Default: False
- Usage: --helpShow 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.