Closed xinyi-joffre closed 4 years ago
Hi,
I have the same issue with the --rev-version argument.
PS D:\dev\DevOps\DevOpsExt> tfx extension create --output-path './bin' --manifests-globs 'vss-extension.json' --rev-version
(node:28916) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use node --trace-warnings ...
to show where the warning was created)
TFS Cross Platform Command Line Interface v0.8.3
Copyright Microsoft Corporation
error: TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received an instance of Inplace
TFS Cross Platform Command Line Interface v0.8.3
Copyright Microsoft Corporation
error: TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received an instance of Inplace
npm ERR! code ELIFECYCLE
Hello, Any progress?
We need to use the --rev-version
parameter in Azure DevOps Pipeline
to automatically increment the version number
When can new npm
packages be released?
What version should this fix be available in?
Wait indefinitely....
Is there a release planned? Last build in NPM was 5 months ago.
This issue has been fixed in the latest version 0.9.0
Good!!!!
Issue still exists for tfx cli v0.9.2 when using node v14.17.1
Addressing the --rev-version bug in #358.
The json-in-place set function returns an Inplace type object, which was causing issues. This adds a toString so that it can be properly written back to the json file.