Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dkelosky/zowe-sdk-rest
https://github.com/dkelosky/zowe-sdk-rest
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dkelosky/zowe-sdk-rest
- Owner: dkelosky
- License: mit
- Created: 2022-09-19T18:26:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-04T16:58:54.000Z (almost 2 years ago)
- Last Synced: 2023-02-28T23:36:50.549Z (almost 2 years ago)
- Language: TypeScript
- Size: 286 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Prereqs
- Node.js + npm
Clone the project and:
- `npm install` && `npm run build`
## Config
Create `.env` file at project root with contents like (see `.env.keep` model):
```txt
HOST=localhost
PORT=3001
REPO=https://github.gwd.broadcom.net/MFD/ops-code-review
GH_TOKEN=1c536db6673803cdbc5c1b1297d6bf510b31a301
GH_USER=dk635460
```## Start
Run via `npm run start`.
## Execute
`curl -u someuser -X POST -G host:port/tso --data-urlencode command"some tso command"`
or visit `host:port` (i.e. `localhost:3001`) in your browser