https://github.com/frontendwizard/sisav-cli
Um programa de linha de comando para automatizar o acesso ao sisav uem.
https://github.com/frontendwizard/sisav-cli
Last synced: about 1 year ago
JSON representation
Um programa de linha de comando para automatizar o acesso ao sisav uem.
- Host: GitHub
- URL: https://github.com/frontendwizard/sisav-cli
- Owner: frontendwizard
- Created: 2018-11-28T00:15:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-28T02:29:02.000Z (over 7 years ago)
- Last Synced: 2025-03-24T00:35:11.384Z (about 1 year ago)
- Language: TypeScript
- Size: 55.7 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sisav-cli
Um programa de linha de comando para automatizar o acesso ao sisav uem.
[](https://oclif.io)
[](https://npmjs.org/package/sisav)
[](https://circleci.com/gh/thefrontendwizard/sisav-cli/tree/master)
[](https://codecov.io/gh/thefrontendwizard/sisav-cli)
[](https://npmjs.org/package/sisav)
[](https://github.com/thefrontendwizard/sisav-cli/blob/master/package.json)
* [sisav-cli](#sisav-cli)
* [Uso](#uso)
* [Comandos](#comandos)
# Uso
```sh-session
$ npm install -g sisav-cli
$ sisav COMMAND
running command...
$ sisav (-v|--version|version)
sisav-cli/0.1.0 darwin-x64 node-v10.13.0
$ sisav --help [COMMAND]
USAGE
$ sisav COMMAND
...
```
# Comandos
* [`sisav help [COMMAND]`](#sisav-help-command)
* [`sisav notas [FILE]`](#sisav-notas-file)
## `sisav help [COMMAND]`
display help for sisav
```
USAGE
$ sisav help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
```
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.1.4/src/commands/help.ts)_
## `sisav notas [FILE]`
mostra as notas de um ano
```
USAGE
$ sisav notas [FILE]
OPTIONS
-a, --ano=ano ano
-h, --help show CLI help
-r, --ra=ra ra
```
_See code: [src/commands/notas.ts](https://github.com/thefrontendwizard/sisav-cli/blob/v0.1.0/src/commands/notas.ts)_