Comparing version 0.0.16 to 0.0.17
#!/usr/bin/env node | ||
var doc = '' + | ||
'Usage: \n' + | ||
' croc ls [-c -s SHA] [-px] [--json] [<package>...] \n' + | ||
' croc deps [-c -s SHA] [-px] [--json] [<package>...] \n' + | ||
' croc link [--strict] \n' + | ||
' croc install \n' + | ||
' croc test \n' + | ||
' croc publish \n' + | ||
' croc [-cp] exec CMD [<package>...] \n' + | ||
' croc [-cp] pexec CMD [<package>...] \n' + | ||
' croc [options] ls [<package>...] \n' + | ||
' croc [options] deps [<package>...] \n' + | ||
' croc [options] exec CMD [<package>...] \n' + | ||
' croc [options] pexec CMD [<package>...] \n' + | ||
' croc [options] link \n' + | ||
' croc [options] (install | test | publish) [<package> ..] \n' + | ||
' \n' + | ||
'Options: \n' + | ||
' -h --help Show this screen. \n' + | ||
' --version Show version. \n' + | ||
' -h, --help Show this screen. \n' + | ||
' -v, --version Show version. \n' + | ||
' --json Show information in JSON format. \n' + | ||
@@ -17,0 +15,0 @@ ' -p, --predecessors Include projects depending on the packages. \n' + |
{ | ||
"name": "croc", | ||
"version": "0.0.16", | ||
"version": "0.0.17", | ||
"description": "monolithic repository manager", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -19,17 +19,18 @@ # croc | ||
``` | ||
Usage: | ||
croc ls [options] [<package>...] | ||
croc deps [options] [<package>...] | ||
croc link [--strict] | ||
croc install | ||
croc test | ||
croc build | ||
croc publish | ||
croc exec CMD | ||
Usage: | ||
croc [options] ls [<package>...] | ||
croc [options] deps [<package>...] | ||
croc [options] exec CMD [<package>...] | ||
croc [options] pexec CMD [<package>...] | ||
croc [options] link | ||
croc [options] (install | test | publish) [<package> ..] | ||
Options: | ||
-h --help Show this screen. | ||
--version Show version. | ||
--json Show information in JSON format. | ||
--strict Dependencies must statisfy version (semver) | ||
Options: | ||
-h, --help Show this screen. | ||
-v, --version Show version. | ||
--json Show information in JSON format. | ||
-p, --predecessors Include projects depending on the packages. | ||
-x, --strict Dependencies must statisfy version (semver) | ||
-c, --changed Show only projects that is changed. | ||
-s, --since=SHA Commit to diff against [default: master] | ||
``` |
Sorry, the diff of this file is not supported yet
6839
36
118