penguins-tools v0.5.4
penguins-tools
tools per penguins-eggs devolpment
Create deb package
cd ./node_modules/
cd @oclif/
cd dev-cli/
cd lib/
cd tarballs/
and edit config.ts
const TARGETS = [
'linux-x86',
'linux-arm',
'win32-x64',
'win32-x86',
'darwin-x64',
];
~/penguins-tools/node_modules/@oclif/dev-cli/lib/tarballs/config.ts
Usage
$ npm install -g penguins-tools
$ pt COMMAND
running command...
$ pt (-v|--version|version)
penguins-tools/0.5.4 linux-x64 node-v14.12.0
$ pt --help [COMMAND]
USAGE
$ pt COMMAND
...
Commands
pt clean:deb [FILE]
pt clean:iso [FILE]
pt export:deb [FILE]
pt export:docs [FILE]
pt export:iso [FILE]
pt help [COMMAND]
pt import:deb
pt sanitize
pt update
pt clean:deb [FILE]
Delete the previus debs in host
USAGE
$ pt clean:deb [FILE]
OPTIONS
-h, --help show CLI help
See code: src/commands/clean/deb.ts
pt clean:iso [FILE]
Delete previus iso images on the remote
USAGE
$ pt clean:iso [FILE]
OPTIONS
-h, --help show CLI help
See code: src/commands/clean/iso.ts
pt export:deb [FILE]
copy package eggs.deb or pt.deb in the destination host
USAGE
$ pt export:deb [FILE]
OPTIONS
-c, --clean
-h, --help show CLI help
-m, --me
See code: src/commands/export/deb.ts
pt export:docs [FILE]
Export the docType documentation on the destination host
USAGE
$ pt export:docs [FILE]
OPTIONS
-c, --clean
-h, --help show CLI help
See code: src/commands/export/docs.ts
pt export:iso [FILE]
copy iso in the destination host
USAGE
$ pt export:iso [FILE]
OPTIONS
-c, --clean
-h, --help show CLI help
See code: src/commands/export/iso.ts
pt help [COMMAND]
display help for pt
USAGE
$ pt help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
pt import:deb
import package eggs.deb or pt.deb from the source host
USAGE
$ pt import:deb
OPTIONS
-h, --help show CLI help
-m, --me
See code: src/commands/import/deb.ts
pt sanitize
sanitize
USAGE
$ pt sanitize
OPTIONS
-h, --help show CLI help
See code: src/commands/sanitize.ts
pt update
update penguins-tools
USAGE
$ pt update
OPTIONS
-h, --help show CLI help
See code: src/commands/update.ts
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago