@dbwebb/databas
v1.2.2
Published
CLI to work with the databas source, for staff and student.
Readme
@dbwebb/databas CLI
A cli to work with the course databas, for students and staff.
Install
You can install the tool through npm as this.
npm i @dbwebb/databas --save-devUpdate
You can update to the latest version like this.
npm update @dbwebb/databas@latestExecute the check command
You can execute the command like this and the result is a helptext on how to use the command.
npx @dbwebb/databas check <kmom>The following commands are supported.
npx @dbwebb/databas check labbmiljo
npx @dbwebb/databas check kmom01
npx @dbwebb/databas check kmom02
npx @dbwebb/databas check kmom03
npx @dbwebb/databas check kmom04
npx @dbwebb/databas check kmom05
npx @dbwebb/databas check kmom06When you run kmom01, it will also check labbmiljo.
When you run kmom02, it will also check kmom01 and labbmiljo (and so on).
You can check only one specific kmom like this.
npx @dbwebb/databas check kmom02 --only-thisYou can get a helptext like this.
npx @dbwebb/databas check --help