global-git-clone
Advanced tools
Comparing version 0.1.1-beta.18 to 0.1.1-beta.19
@@ -0,1 +1,7 @@ | ||
#### 0.1.2.18 (2022-04-16) | ||
##### Chores | ||
* **workflows:** updated release (30eab79e) | ||
#### 0.1.2.17 (2022-04-16) | ||
@@ -2,0 +8,0 @@ |
@@ -1,1 +0,1 @@ | ||
{"version":"0.1.1-beta.18","commands":{"clone":{"id":"clone","description":"Clone a repository from a remote url, to your local projects directory.","strict":true,"usage":["<%= command.id %> <repo>","<%= command.id %> <repo> --template <template>"],"pluginName":"global-git-clone","pluginAlias":"global-git-clone","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %> git@gtihub.com:natonathan/global-git-clone.git","<%= config.bin %> <%= command.id %> https://github.com/natonathan/global-git-clone.git --template sdk","<%= config.bin %> <%= command.id %> git@gtihub.com:natonathan/global-git-clone.git --template \"~/git/{provider}/{owner}/{repo}\""],"flags":{"loglevel":{"name":"loglevel","type":"option","char":"l","description":"log level","helpValue":"(debug|info|warn|error)","multiple":false,"options":["debug","info","warn","error"],"default":"info"},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose output","allowNo":false},"config":{"name":"config","type":"option","char":"c","description":"custom config file","multiple":false},"dry-run":{"name":"dry-run","type":"boolean","char":"d","description":"dry run","allowNo":false},"template":{"name":"template","type":"option","char":"t","description":"template name or string","multiple":false,"default":"default"}},"args":[{"name":"repo"}],"_globalFlags":{}},"config":{"id":"config","description":"Prints the current config file","strict":true,"pluginName":"global-git-clone","pluginAlias":"global-git-clone","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %>"],"flags":{"loglevel":{"name":"loglevel","type":"option","char":"l","description":"log level","helpValue":"(debug|info|warn|error)","multiple":false,"options":["debug","info","warn","error"],"default":"info"},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose output","allowNo":false},"config":{"name":"config","type":"option","char":"c","description":"custom config file","multiple":false},"dry-run":{"name":"dry-run","type":"boolean","char":"d","description":"dry run","allowNo":false}},"args":[],"_globalFlags":{}},"config:init":{"id":"config:init","description":"Initialize a config file","strict":true,"pluginName":"global-git-clone","pluginAlias":"global-git-clone","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %>"],"flags":{"loglevel":{"name":"loglevel","type":"option","char":"l","description":"log level","helpValue":"(debug|info|warn|error)","multiple":false,"options":["debug","info","warn","error"],"default":"info"},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose output","allowNo":false},"config":{"name":"config","type":"option","char":"c","description":"custom config file","multiple":false},"dry-run":{"name":"dry-run","type":"boolean","char":"d","description":"dry run","allowNo":false}},"args":[],"_globalFlags":{}},"template:add":{"id":"template:add","description":"Add a new template","strict":true,"pluginName":"global-git-clone","pluginAlias":"global-git-clone","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %>"],"flags":{"loglevel":{"name":"loglevel","type":"option","char":"l","description":"log level","helpValue":"(debug|info|warn|error)","multiple":false,"options":["debug","info","warn","error"],"default":"info"},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose output","allowNo":false},"config":{"name":"config","type":"option","char":"c","description":"custom config file","multiple":false},"dry-run":{"name":"dry-run","type":"boolean","char":"d","description":"dry run","allowNo":false},"force":{"name":"force","type":"boolean","char":"f","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"template name","multiple":false},"template":{"name":"template","type":"option","char":"t","description":"template string","multiple":false}},"args":[{"name":"name","description":"template name","required":false}],"_globalFlags":{}},"template":{"id":"template","description":"List all available templates","strict":true,"pluginName":"global-git-clone","pluginAlias":"global-git-clone","pluginType":"core","aliases":["template:ls","template:list"],"examples":["<%= config.bin %> <%= command.id %>"],"flags":{"loglevel":{"name":"loglevel","type":"option","char":"l","description":"log level","helpValue":"(debug|info|warn|error)","multiple":false,"options":["debug","info","warn","error"],"default":"info"},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose output","allowNo":false},"config":{"name":"config","type":"option","char":"c","description":"custom config file","multiple":false},"dry-run":{"name":"dry-run","type":"boolean","char":"d","description":"dry run","allowNo":false},"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)","multiple":false,"exclusive":["extended"]},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)","multiple":false},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo","multiple":false},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false,"exclusive":["no-truncate"]},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","multiple":false,"options":["csv","json","yaml"],"exclusive":["no-truncate","csv"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false,"exclusive":["columns"]},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false,"exclusive":["csv"]},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false,"exclusive":["csv"]}},"args":[],"_globalFlags":{}},"template:remove":{"id":"template:remove","description":"Remove a template","strict":true,"pluginName":"global-git-clone","pluginAlias":"global-git-clone","pluginType":"core","aliases":["template:rm"],"examples":["<%= config.bin %> <%= command.id %>"],"flags":{"loglevel":{"name":"loglevel","type":"option","char":"l","description":"log level","helpValue":"(debug|info|warn|error)","multiple":false,"options":["debug","info","warn","error"],"default":"info"},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose output","allowNo":false},"config":{"name":"config","type":"option","char":"c","description":"custom config file","multiple":false},"dry-run":{"name":"dry-run","type":"boolean","char":"d","description":"dry run","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"template name","multiple":false}},"args":[{"name":"name","description":"template name","required":false}],"_globalFlags":{}}}} | ||
{"version":"0.1.1-beta.19","commands":{"clone":{"id":"clone","description":"Clone a repository from a remote url, to your local projects directory.","strict":true,"usage":["<%= command.id %> <repo>","<%= command.id %> <repo> --template <template>"],"pluginName":"global-git-clone","pluginAlias":"global-git-clone","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %> git@gtihub.com:natonathan/global-git-clone.git","<%= config.bin %> <%= command.id %> https://github.com/natonathan/global-git-clone.git --template sdk","<%= config.bin %> <%= command.id %> git@gtihub.com:natonathan/global-git-clone.git --template \"~/git/{provider}/{owner}/{repo}\""],"flags":{"loglevel":{"name":"loglevel","type":"option","char":"l","description":"log level","helpValue":"(debug|info|warn|error)","multiple":false,"options":["debug","info","warn","error"],"default":"info"},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose output","allowNo":false},"config":{"name":"config","type":"option","char":"c","description":"custom config file","multiple":false},"dry-run":{"name":"dry-run","type":"boolean","char":"d","description":"dry run","allowNo":false},"template":{"name":"template","type":"option","char":"t","description":"template name or string","multiple":false,"default":"default"}},"args":[{"name":"repo"}],"_globalFlags":{}},"config":{"id":"config","description":"Prints the current config file","strict":true,"pluginName":"global-git-clone","pluginAlias":"global-git-clone","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %>"],"flags":{"loglevel":{"name":"loglevel","type":"option","char":"l","description":"log level","helpValue":"(debug|info|warn|error)","multiple":false,"options":["debug","info","warn","error"],"default":"info"},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose output","allowNo":false},"config":{"name":"config","type":"option","char":"c","description":"custom config file","multiple":false},"dry-run":{"name":"dry-run","type":"boolean","char":"d","description":"dry run","allowNo":false}},"args":[],"_globalFlags":{}},"config:init":{"id":"config:init","description":"Initialize a config file","strict":true,"pluginName":"global-git-clone","pluginAlias":"global-git-clone","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %>"],"flags":{"loglevel":{"name":"loglevel","type":"option","char":"l","description":"log level","helpValue":"(debug|info|warn|error)","multiple":false,"options":["debug","info","warn","error"],"default":"info"},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose output","allowNo":false},"config":{"name":"config","type":"option","char":"c","description":"custom config file","multiple":false},"dry-run":{"name":"dry-run","type":"boolean","char":"d","description":"dry run","allowNo":false}},"args":[],"_globalFlags":{}},"template:add":{"id":"template:add","description":"Add a new template","strict":true,"pluginName":"global-git-clone","pluginAlias":"global-git-clone","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %>"],"flags":{"loglevel":{"name":"loglevel","type":"option","char":"l","description":"log level","helpValue":"(debug|info|warn|error)","multiple":false,"options":["debug","info","warn","error"],"default":"info"},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose output","allowNo":false},"config":{"name":"config","type":"option","char":"c","description":"custom config file","multiple":false},"dry-run":{"name":"dry-run","type":"boolean","char":"d","description":"dry run","allowNo":false},"force":{"name":"force","type":"boolean","char":"f","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"template name","multiple":false},"template":{"name":"template","type":"option","char":"t","description":"template string","multiple":false}},"args":[{"name":"name","description":"template name","required":false}],"_globalFlags":{}},"template":{"id":"template","description":"List all available templates","strict":true,"pluginName":"global-git-clone","pluginAlias":"global-git-clone","pluginType":"core","aliases":["template:ls","template:list"],"examples":["<%= config.bin %> <%= command.id %>"],"flags":{"loglevel":{"name":"loglevel","type":"option","char":"l","description":"log level","helpValue":"(debug|info|warn|error)","multiple":false,"options":["debug","info","warn","error"],"default":"info"},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose output","allowNo":false},"config":{"name":"config","type":"option","char":"c","description":"custom config file","multiple":false},"dry-run":{"name":"dry-run","type":"boolean","char":"d","description":"dry run","allowNo":false},"columns":{"name":"columns","type":"option","description":"only show provided columns (comma-separated)","multiple":false,"exclusive":["extended"]},"sort":{"name":"sort","type":"option","description":"property to sort by (prepend '-' for descending)","multiple":false},"filter":{"name":"filter","type":"option","description":"filter property by partial string matching, ex: name=foo","multiple":false},"csv":{"name":"csv","type":"boolean","description":"output is csv format [alias: --output=csv]","allowNo":false,"exclusive":["no-truncate"]},"output":{"name":"output","type":"option","description":"output in a more machine friendly format","multiple":false,"options":["csv","json","yaml"],"exclusive":["no-truncate","csv"]},"extended":{"name":"extended","type":"boolean","char":"x","description":"show extra columns","allowNo":false,"exclusive":["columns"]},"no-truncate":{"name":"no-truncate","type":"boolean","description":"do not truncate output to fit screen","allowNo":false,"exclusive":["csv"]},"no-header":{"name":"no-header","type":"boolean","description":"hide table header from output","allowNo":false,"exclusive":["csv"]}},"args":[],"_globalFlags":{}},"template:remove":{"id":"template:remove","description":"Remove a template","strict":true,"pluginName":"global-git-clone","pluginAlias":"global-git-clone","pluginType":"core","aliases":["template:rm"],"examples":["<%= config.bin %> <%= command.id %>"],"flags":{"loglevel":{"name":"loglevel","type":"option","char":"l","description":"log level","helpValue":"(debug|info|warn|error)","multiple":false,"options":["debug","info","warn","error"],"default":"info"},"verbose":{"name":"verbose","type":"boolean","char":"v","description":"verbose output","allowNo":false},"config":{"name":"config","type":"option","char":"c","description":"custom config file","multiple":false},"dry-run":{"name":"dry-run","type":"boolean","char":"d","description":"dry run","allowNo":false},"name":{"name":"name","type":"option","char":"n","description":"template name","multiple":false}},"args":[{"name":"name","description":"template name","required":false}],"_globalFlags":{}}}} |
{ | ||
"name": "global-git-clone", | ||
"version": "0.1.1-beta.18", | ||
"version": "0.1.1-beta.19", | ||
"description": "global-git-clone is a command line tool that allows you to clone git repositories to your projects directory following a specific naming convention.", | ||
@@ -67,4 +67,3 @@ "author": "Nathan Tamez", | ||
"linux-arm64", | ||
"win-x64", | ||
"macos-x64" | ||
"win-x64" | ||
], | ||
@@ -71,0 +70,0 @@ "outputPath": "./release" |
@@ -15,3 +15,3 @@ # global-git-clone | ||
$ global-git-clone (--version) | ||
global-git-clone/0.1.1-beta.18 linux-x64 node-v16.14.2 | ||
global-git-clone/0.1.1-beta.19 linux-x64 node-v16.14.2 | ||
$ global-git-clone --help [COMMAND] | ||
@@ -63,3 +63,3 @@ USAGE | ||
_See code: [dist/commands/clone.ts](https://github.com/NatoNathan/global-git-clone/blob/v0.1.1-beta.18/dist/commands/clone.ts)_ | ||
_See code: [dist/commands/clone.ts](https://github.com/NatoNathan/global-git-clone/blob/v0.1.1-beta.19/dist/commands/clone.ts)_ | ||
@@ -87,3 +87,3 @@ ## `global-git-clone config` | ||
_See code: [dist/commands/config/index.ts](https://github.com/NatoNathan/global-git-clone/blob/v0.1.1-beta.18/dist/commands/config/index.ts)_ | ||
_See code: [dist/commands/config/index.ts](https://github.com/NatoNathan/global-git-clone/blob/v0.1.1-beta.19/dist/commands/config/index.ts)_ | ||
@@ -166,3 +166,3 @@ ## `global-git-clone config init` | ||
_See code: [dist/commands/template/index.ts](https://github.com/NatoNathan/global-git-clone/blob/v0.1.1-beta.18/dist/commands/template/index.ts)_ | ||
_See code: [dist/commands/template/index.ts](https://github.com/NatoNathan/global-git-clone/blob/v0.1.1-beta.19/dist/commands/template/index.ts)_ | ||
@@ -169,0 +169,0 @@ ## `global-git-clone template add [NAME]` |
43579