-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User/salevy/autocomplete pr #325
base: master
Are you sure you want to change the base?
User/salevy/autocomplete pr #325
Conversation
…uccessfull login message)
…nt in TaskAgentBase missing)
…ix endpoint list,set,show)
…anch of undefined
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought the official CLI is now https://github.com/Azure/azure-devops-cli-extension, and this repo only deals with extension publishing? I do prefer the Node distribution over Python though 😄
@@ -0,0 +1,5 @@ | |||
[Dolphin] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this needed?
|
||
Command utility for interacting with Microsoft Team Foundation Server and Azure DevOps Services (formerly VSTS). It is cross platform and supported on Windows, OS X, and Linux. | ||
|
||
## Setup | ||
|
||
First, download and install [Node.js](http://nodejs.org) 4.0.x or later and NPM (included with the installer) | ||
First, download and install [Node.js](http://nodejs.org) 7.0.x or later and NPM (included with the installer or from sources) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Node 7 isn't a release supported by Node. Minimum would be an even number like 8
@@ -1,3 +1,4 @@ | |||
#!/usr/bin/env node |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TS files aren't directly executable by Node
@@ -3,16 +3,18 @@ | |||
> NOTE: If you are looking for the new Azure DevOps CLI, see [vsts-cli](https://github.com/microsoft/vsts-cli) | |||
|
|||
[![NPM version](https://badge.fury.io/js/tfx-cli.svg)](http://badge.fury.io/js/tfx-cli) | |||
#### Internal Deploy / Pull Request validation | |||
[![build passing](https://shfeldma.visualstudio.com/_apis/public/build/definitions/f4b6db46-e446-49f0-a424-0bfb52c0925d/2/badge)](https://shfeldma.visualstudio.com/_apis/public/build/definitions/f4b6db46-e446-49f0-a424-0bfb52c0925d/2/badge) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like your personal org
adding merge completion options