gamesheet_sdk.common.cli.teams_lookup_options module¶
Read-side game options that originate with the teams gateway.
--team-id, --month, --event-data and --availability map onto real query parameters of the
teams calendar API and have no counterpart in the admin season-schedule JSON:API. They are declared here once
and accepted by both CLIs so a list/get command line stays portable; gamesheet-admin warns on
stderr and ignores them (see gamesheet_sdk.common.cli.game_options.warn_unsupported_options()).
- gamesheet_sdk.common.cli.teams_lookup_options.availability_options(*, ignored=False)[source]¶
Build the decorator adding
--availabilityand--team-idto agetcommand.
- gamesheet_sdk.common.cli.teams_lookup_options.list_filter_options(*, team_required, ignored=False)[source]¶
Build the decorator adding
--team-id,--monthand--event-datato alistcommand.