@zendesk/zcli
Version:
Zendesk CLI is a single command line tool for all your zendesk needs
13 lines (10 loc) • 490 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.HELP_ENV_VARS = void 0;
exports.HELP_ENV_VARS = `
You can use credentials stored in environment variables:
ZENDESK_SUBDOMAIN = your account subdomain
ZENDESK_EMAIL = your account email
ZENDESK_API_TOKEN = your account api token see https://{subdomain}.zendesk.com/agent/admin/api/settings
Once these environment variables are set, zcli profile is not required for authentication and will be ignored.
`;