yandex-tracker-cli 1.0.0

Token-efficient Yandex Tracker CLI for humans and AI agents
Documentation
# Copy to .env for live tests. .env is gitignored; never commit real values.
#
# Everyday use does NOT need this file: `ytcli auth login` puts the token in the
# OS keychain instead. These variables exist for CI and for the live test suite,
# where no keychain is available.

# OAuth token for the Tracker API.
YTCLI_TOKEN=

# Organisation id, and which header carries it.
YTCLI_ORG_ID=
# cloud      -> X-Cloud-Org-Id  (Yandex Cloud Organization)
# yandex360  -> X-Org-Id        (Yandex 360 for Business)
YTCLI_ORG_KIND=cloud

# Queue used by the live tests. Use a scratch queue: these tests create issues.
YTCLI_TEST_QUEUE=

# Profile name for ad-hoc runs; overridden by --profile.
YTCLI_PROFILE=

# Log filter, e.g. ytcli=debug. Logs always go to stderr.
YTCLI_LOG=