Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-21T22:02:47.000Z (over 5 years ago)
- Last Synced: 2024-12-16T23:53:12.265Z (17 days ago)
- Topics: opencomponents, test
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 4
- Watchers: 18
- 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
[![npm version](https://img.shields.io/npm/v/oc-registry-test.svg)](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