https://github.com/opspec-pkgs/opspec.v0.1.5.op.validate
validates an [opspec](https://opspec.io) op
https://github.com/opspec-pkgs/opspec.v0.1.5.op.validate
opspec
Last synced: 5 months ago
JSON representation
validates an [opspec](https://opspec.io) op
- Host: GitHub
- URL: https://github.com/opspec-pkgs/opspec.v0.1.5.op.validate
- Owner: opspec-pkgs
- Created: 2017-05-31T13:58:59.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2021-07-09T04:35:39.000Z (almost 5 years ago)
- Last Synced: 2023-10-20T22:12:59.599Z (over 2 years ago)
- Topics: opspec
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Note) This op is deprecated in favor of [https://github.com/opspec-pkgs/opctl.op.validate](https://github.com/opspec-pkgs/opctl.op.validate)
[](https://github.com/opspec-pkgs/opspec.v0.1.5.op.validate/actions?query=workflow%3Abuild+branch%3Amain)

# Problem statement
validates a v0.1.5 [opspec](https://opspec.io) op
# Example usage
## Visualize
```shell
opctl ui github.com/opspec-pkgs/opspec.v0.1.5.op.validate#1.0.0
```
## Run
```
opctl run github.com/opspec-pkgs/opspec.v0.1.5.op.validate#1.0.0
```
## Compose
```yaml
op:
ref: github.com/opspec-pkgs/opspec.v0.1.5.op.validate#1.0.0
inputs:
op: # 👈 required; provide a value
```
# Support
join us on
[](https://join.slack.com/t/opctl/shared_invite/zt-51zodvjn-Ul_UXfkhqYLWZPQTvNPp5w)
or
[open an issue](https://github.com/opspec-pkgs/opspec.v0.1.5.op.validate/issues)
# Releases
releases are versioned according to
[](http://semver.org/spec/v2.0.0.html)
and [tagged](https://git-scm.com/book/en/v2/Git-Basics-Tagging); see
[CHANGELOG.md](CHANGELOG.md) for release notes
# Contributing
see
[project/CONTRIBUTING.md](https://github.com/opspec-pkgs/project/blob/main/CONTRIBUTING.md)