Skip to content

dustinbyrne/appland-cli-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

$ npm install

Usage

$ node src/index.js
Usage: index [options] [command]

Options:
  -V, --version           output the version number
  -h, --help              display help for command

Commands:
  prune [options] <file>  parse an appmap file from url
  help [command]          display help for command

Pruning

prune will remove large event types to meet a maximum size requirement.

Usage: index prune [options] <file>

parse an appmap file from url

Options:
  -s, --size <bytes>  
  -h, --help          display help for command

Example:

# provide the size in bytes
$ node src/index.js prune appland.results.json --size 150000000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published