https://github.com/k1LoW/tbls-push
tbls-push is an external subcommand of tbls for pushing schema data (schema.json) to target GitHub repository.
https://github.com/k1LoW/tbls-push
Last synced: 4 months ago
JSON representation
tbls-push is an external subcommand of tbls for pushing schema data (schema.json) to target GitHub repository.
- Host: GitHub
- URL: https://github.com/k1LoW/tbls-push
- Owner: k1LoW
- License: mit
- Archived: true
- Created: 2020-07-30T16:27:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-31T05:22:56.000Z (over 4 years ago)
- Last Synced: 2024-08-01T13:31:05.009Z (7 months ago)
- Language: Go
- Homepage:
- Size: 62.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# tbls-push
`tbls-push` is an external subcommand of [tbls](https://github.com/k1LoW/tbls) for pushing schema data (schema.json) to target GitHub repository.
## Usage
```
$ tbls push -c tbls.yml \
--owner k1LoW \
--repo all-schema \
--namespace myservice
```