https://github.com/opencomponents/oc-registry-test
An utility to test an OpenComponents Registry is setup and secured correctly
https://github.com/opencomponents/oc-registry-test
opencomponents test
Last synced: about 2 months ago
JSON representation
An utility to test an OpenComponents Registry is setup and secured correctly
- Host: GitHub
- URL: https://github.com/opencomponents/oc-registry-test
- Owner: opencomponents
- License: mit
- Created: 2016-11-11T18:34:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-21T22:02:47.000Z (almost 6 years ago)
- Last Synced: 2025-03-28T05:51:02.190Z (2 months ago)
- Topics: opencomponents, test
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 4
- Watchers: 17
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-oc - OC registry test - An utility to test an OpenComponents Registry is setup and secured correctly (Registry Plugins/Utilities)
README
oc-registry-test
================An utility to test an [OpenComponents](https://github.com/opentable/oc) Registry is setup and secured correctly
[](https://npmjs.org/package/oc-registry-test)
### Install
```sh
$ [sudo] npm i -g oc-registry-test
```### Usage
```sh
$ oc-registry-test https://my-oc-registry.com
```#### Options
By default the registry is checked using _https_ protocol.
`--http` - to check a registry with both _http_ and _https_ protocol.
`--httponly` - to check a registry only with _http_.
If both options are specified at the same time only http will be checked.
Example usage to only check registry using http:
```
oc-registry-test --httponly http://my-oc-registry.com
```### License
MIT