Comparing version 2.11.0 to 2.12.0
@@ -10,3 +10,3 @@ 'use strict'; | ||
var enquirer = require('enquirer'); | ||
var index = require('./index-73053232.js'); | ||
var index = require('./index-e42359c2.js'); | ||
require('tar'); | ||
@@ -480,3 +480,4 @@ require('events'); | ||
m: 'mode', | ||
s: 'subgroup' | ||
s: 'subgroup', | ||
d: 'sub-directory' | ||
}, | ||
@@ -483,0 +484,0 @@ boolean: ['force', 'cache', 'verbose', 'subgroup'] |
@@ -8,3 +8,3 @@ 'use strict'; | ||
require('events'); | ||
var index = require('./index-73053232.js'); | ||
var index = require('./index-e42359c2.js'); | ||
require('home-or-tmp'); | ||
@@ -11,0 +11,0 @@ require('https'); |
{ | ||
"name": "tiged", | ||
"version": "2.11.0", | ||
"version": "2.12.0", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=8.0.0" |
@@ -111,2 +111,8 @@ > Community driven fork of [degit](https://github.com/Rich-Harris/degit) because it isn't being maintained. We will be willing to give control of this repository to Rich Harris if he becomes active. *Rich has now merged the main branch fix. I'm monitoring the need of this fork. Currently this is still more fully featured* | ||
To get a subdirectory of a repo inside a subgroup, use the `--sub-directory` option. | ||
```bash | ||
degit --subgroup https://gitlab.com/group-test-repo/subgroup-test-repo/test-repo --sub-directory subdir1 my-dir | ||
``` | ||
### HTTPS proxying | ||
@@ -113,0 +119,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
121062
1065
205