This is a command-line interface to push events to Pulse.
Take a look at Pulse's documentation here.
- git >= 1.8.x
You can find Pulse's Github-Action in Github's marketplace.
For a detailed list of all commands/flags use:
./pulse-event-cli --help
./pulse-event-cli push deployment \
--api-key "<API-KEY>" \
--identifier 1.0.1 \
--timestamp 1602852032 \
--teams mercury,jupiter \
d7c1baaa0975a0e3577dad1c4c2368d3dd4f33b5 6ccff2820ff356b609d8a000e082af866d144cc8./pulse-event-cli push change \
--api-key "<API-KEY>" \
--identifier d7c1baaa0975a0e3577dad1c4c2368d3dd4f33b5 \
--timestamp 1602852032./pulse-event-cli push incident \
--api-key "<API-KEY>" \
--identifier d7c1baaa0975a0e3577dad1c4c2368d3dd4f33b5 \
--timestampCreated 1602852032 \
--timestampResolved 1602852033This will push the deployment and all commits from <REF> to the HEAD of the repo.
./pulse-event-cli push git deployment \
--previous-deployment-ref="<REF>" \
--api-key "<API-KEY>" \
--identifier 1.0.1 \
--timestamp `date +%s` \
--teams mercury,jupiterCurrently the CLI detects CI environments where data is being sent from. We're collecting this information to improve the support on how we collect the metrics.
If your CI environment is not in this list, contact pulsesupport@codacy.com to let us know about it.
Supported environments:
- appveyor
- aws-codebuild
- azure-pipelines
- bitrise
- buddy
- buildkite
- circleci
- codefresh
- codemagic
- codeship
- docker
- drone
- github-actions
- gitlab-ci
- gocd
- google-cloud-build
- greenhouse
- heroku-ci
- jenkins
- jfrog-pipelines
- magnum
- semaphore
- shippable
- solano
- teamcity
- travis
- wercker
go buildgoreleaser --rm-dist