0.5.4 • Published 4 years ago

penguins-tools v0.5.4

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

penguins-tools

tools per penguins-eggs devolpment

oclif Version CircleCI Downloads/week License

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]

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

0.5.4

4 years ago

0.5.3

4 years ago

0.5.2

4 years ago

0.5.1

4 years ago

0.4.9

4 years ago

0.4.8

4 years ago

0.4.7

4 years ago

0.4.6

4 years ago

0.5.0

4 years ago

0.4.5

4 years ago

0.4.4

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.4.3

4 years ago

0.4.2

4 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.4

4 years ago

0.2.1

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.0

4 years ago

0.1.12

4 years ago

0.1.13

4 years ago

0.1.14

4 years ago

0.1.10

4 years ago

0.1.11

4 years ago

0.1.8

4 years ago

0.1.6

4 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.0

5 years ago

0.1.1

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.0

5 years ago