dev-cli
dev-cli copied to clipboard
We can reuse the tarball and append new files (node binaries in this case) instead of compressing/extracting multiple times. This prevents un-necessary copying of files in the built tarball. We...
I encountered https://github.com/oclif/dev-cli/issues/107 and saw that there was already a proposed fix from @yippie for it. The change seemed to fix the issue for me, so I figured I'd make...
instead of having to specify credentials resolve credentials using the default chain. this allows an ec2 role to be used and not having to export aws vars in the shell...
Motivation: I have an oclif project as a package in a yarn workspaces monorepo. When running `oclif-dev readme`, the command path in the "_See code_" entries isn't correct. I found...
This fixes many markdownlint violations found in the generated docs.
https://github.com/oclif/command/pull/84 This is to support the changes in the feature to make help/version command optional or custom than the default 'help'/'version'.
https://github.com/oclif/oclif/issues/277 * also remove reference to 'version' command which may not always exist (https://github.com/oclif/command/pull/84)
Adding exclusions to an anti-virus is opening the system to new attack vectors, especially when it's a guessable/well-known location which is user-writable. Therefore, it should be possible (as a developer)...
It would be great to support tsconfig "paths" in the cli commands, perhaps using this? https://www.npmjs.com/package/tsconfig-paths
Stack: ``` "::error::'owner' cannot be null\n" + '::error::Not Found', stderr: 'npm ERR! code ELIFECYCLE\n' + 'npm ERR! errno 1\n' + 'npm ERR! [email protected] version: `oclif-dev readme && git add README.md`\n'...