Comparing version 1.0.0 to 1.0.1
@@ -1,1 +0,1 @@ | ||
{"version":"1.0.0","commands":{"append":{"id":"append","description":"append files to the end of an archive","pluginName":"skar","pluginType":"core","aliases":["a","r"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"file":{"name":"file","type":"option","char":"f","description":"archive file to use","required":true},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"show more verbose information","allowNo":false}},"args":[{"name":"file","description":"append given files or folders to the archive","required":true}]},"create":{"id":"create","description":"create a new archive","pluginName":"skar","pluginType":"core","aliases":["c"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"file":{"name":"file","type":"option","char":"f","description":"archive file to use","required":true},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"show more verbose information","allowNo":false}},"args":[{"name":"file","description":"add given files or folders to the archive","required":true}]},"delete":{"id":"delete","description":"delete from the archive","pluginName":"skar","pluginType":"core","aliases":["del","remove","rm"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"file":{"name":"file","type":"option","char":"f","description":"archive file to use","required":true},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"show more verbose information","allowNo":false}},"args":[{"name":"pattern","description":"delete all files from the archive that match the given pattern","required":true}]},"extract":{"id":"extract","description":"extract files from an archive","pluginName":"skar","pluginType":"core","aliases":["e","x"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"file":{"name":"file","type":"option","char":"f","description":"archive file to use","required":true},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"show more verbose information","allowNo":false},"dest":{"name":"dest","type":"option","char":"d","description":"output directory (defaults to current directory)","default":"."}},"args":[]},"list":{"id":"list","description":"list the contents of an archive","pluginName":"skar","pluginType":"core","aliases":["ls","l"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"file":{"name":"file","type":"option","char":"f","description":"archive file to use","required":true},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"show more verbose information","allowNo":false}},"args":[{"name":"pattern","description":"only list files in the archive that match the given pattern"}]},"update":{"id":"update","description":"only append files newer than copy in archive","pluginName":"skar","pluginType":"core","aliases":["u"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"file":{"name":"file","type":"option","char":"f","description":"archive file to use","required":true},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"show more verbose information","allowNo":false}},"args":[{"name":"file","description":"update given files or folders in the archive","required":true}]}}} | ||
{"version":"1.0.1","commands":{"append":{"id":"append","description":"append files to the end of an archive","pluginName":"skar","pluginType":"core","aliases":["a","r"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"file":{"name":"file","type":"option","char":"f","description":"archive file to use","required":true},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"show more verbose information","allowNo":false}},"args":[{"name":"file","description":"append given files or folders to the archive","required":true}]},"create":{"id":"create","description":"create a new archive","pluginName":"skar","pluginType":"core","aliases":["c"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"file":{"name":"file","type":"option","char":"f","description":"archive file to use","required":true},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"show more verbose information","allowNo":false}},"args":[{"name":"file","description":"add given files or folders to the archive","required":true}]},"delete":{"id":"delete","description":"delete from the archive","pluginName":"skar","pluginType":"core","aliases":["del","remove","rm"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"file":{"name":"file","type":"option","char":"f","description":"archive file to use","required":true},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"show more verbose information","allowNo":false}},"args":[{"name":"pattern","description":"delete all files from the archive that match the given pattern","required":true}]},"extract":{"id":"extract","description":"extract files from an archive","pluginName":"skar","pluginType":"core","aliases":["e","x"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"file":{"name":"file","type":"option","char":"f","description":"archive file to use","required":true},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"show more verbose information","allowNo":false},"dest":{"name":"dest","type":"option","char":"d","description":"output directory (defaults to current directory)","default":"."}},"args":[]},"list":{"id":"list","description":"list the contents of an archive","pluginName":"skar","pluginType":"core","aliases":["ls","l"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"file":{"name":"file","type":"option","char":"f","description":"archive file to use","required":true},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"show more verbose information","allowNo":false}},"args":[{"name":"pattern","description":"only list files in the archive that match the given pattern"}]},"update":{"id":"update","description":"only append files newer than copy in archive","pluginName":"skar","pluginType":"core","aliases":["u"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"file":{"name":"file","type":"option","char":"f","description":"archive file to use","required":true},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"show more verbose information","allowNo":false}},"args":[{"name":"file","description":"update given files or folders in the archive","required":true}]}}} |
{ | ||
"name": "skar", | ||
"description": "A awful tool for collecting many files into one archive file", | ||
"version": "1.0.0", | ||
"description": "An awful tool for collecting many files into one archive file", | ||
"version": "1.0.1", | ||
"author": "Skayo", | ||
@@ -6,0 +6,0 @@ "bin": { |
skar | ||
==== | ||
A awful tool I've written for collecting many files into one archive file | ||
An awful tool I've written for collecting many files into one archive file (heavily inspired by tar) | ||
@@ -22,3 +22,3 @@ [![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io) | ||
$ skar (-v|--version|version) | ||
skar/1.0.0 win32-x64 node-v14.16.0 | ||
skar/1.0.1 win32-x64 node-v14.16.0 | ||
$ skar --help [COMMAND] | ||
@@ -61,3 +61,3 @@ USAGE | ||
_See code: [src/commands/append.ts](https://github.com/Skayo/skar/blob/v1.0.0/src/commands/append.ts)_ | ||
_See code: [src/commands/append.ts](https://github.com/Skayo/skar/blob/v1.0.1/src/commands/append.ts)_ | ||
@@ -84,3 +84,3 @@ ## `skar create FILE` | ||
_See code: [src/commands/create.ts](https://github.com/Skayo/skar/blob/v1.0.0/src/commands/create.ts)_ | ||
_See code: [src/commands/create.ts](https://github.com/Skayo/skar/blob/v1.0.1/src/commands/create.ts)_ | ||
@@ -109,3 +109,3 @@ ## `skar delete PATTERN` | ||
_See code: [src/commands/delete.ts](https://github.com/Skayo/skar/blob/v1.0.0/src/commands/delete.ts)_ | ||
_See code: [src/commands/delete.ts](https://github.com/Skayo/skar/blob/v1.0.1/src/commands/delete.ts)_ | ||
@@ -131,3 +131,3 @@ ## `skar extract` | ||
_See code: [src/commands/extract.ts](https://github.com/Skayo/skar/blob/v1.0.0/src/commands/extract.ts)_ | ||
_See code: [src/commands/extract.ts](https://github.com/Skayo/skar/blob/v1.0.1/src/commands/extract.ts)_ | ||
@@ -172,3 +172,3 @@ ## `skar help [COMMAND]` | ||
_See code: [src/commands/list.ts](https://github.com/Skayo/skar/blob/v1.0.0/src/commands/list.ts)_ | ||
_See code: [src/commands/list.ts](https://github.com/Skayo/skar/blob/v1.0.1/src/commands/list.ts)_ | ||
@@ -195,3 +195,3 @@ ## `skar update FILE` | ||
_See code: [src/commands/update.ts](https://github.com/Skayo/skar/blob/v1.0.0/src/commands/update.ts)_ | ||
_See code: [src/commands/update.ts](https://github.com/Skayo/skar/blob/v1.0.1/src/commands/update.ts)_ | ||
<!-- commandsstop --> |
29999