@salesforce/plugin-telemetry
Version:
Command usage and error telemetry for the Salesforce CLI
3 lines (2 loc) • 359 B
TypeScript
export type CI = 'circleci' | 'travisci' | 'bitbucket' | 'hudson' | 'heroku' | 'codebuild' | 'bamboo' | 'cirrus' | 'jenkins' | 'github_actions' | 'azure_pipelines' | 'teamcity' | 'gitlab' | 'nevercode' | 'wercker' | 'buildkite' | 'semaphore' | 'bitrise' | 'buddy' | 'appveyor' | 'copado' | 'unknown';
export declare const guessCISystem: () => CI | undefined;