https://github.com/emmeowzing/circleci-api-orb
A CircleCI orb that provides a set of commands that wrap CircleCI's API
https://github.com/emmeowzing/circleci-api-orb
api circleci orb v2
Last synced: 3 months ago
JSON representation
A CircleCI orb that provides a set of commands that wrap CircleCI's API
- Host: GitHub
- URL: https://github.com/emmeowzing/circleci-api-orb
- Owner: emmeowzing
- License: bsd-3-clause
- Created: 2022-04-27T17:12:54.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:12:42.000Z (over 1 year ago)
- Last Synced: 2025-02-12T18:21:15.246Z (5 months ago)
- Topics: api, circleci, orb, v2
- Language: Shell
- Homepage: https://circleci.com/developer/orbs/orb/bjd2385/circleci-api
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## `circleci-api` orb
This orb provides a set of commands that wrap [CircleCI's API](https://circleci.com/docs/api/v2/), allowing you to manage your CircleCI organization within jobs and workflows.
### Development
This orb has been developed in _unpacked_ form. You may view its packed source with
```shell
$ yarn orb:pack # creates a file 'orb.yml'
```and further validate the resulting orb definition with
```shell
$ yarn orb:validate
```When you're done with your testing, you may clean up the packed source with
```shell
$ yarn orb:cleaup
```#### `pre-commit`
This repository uses `pre-commit` to uphold certain code styling and standards. You may install the hooks listed in [`.pre-commit-config.yaml`](.pre-commit-config.yaml) with
```shell
$ yarn install:pre-commit-hooks
```