Giter Site home page Giter Site logo

vsteam's Introduction

build status

Team

Home of PowerShell module for accessing TFS and VSTS

To get started you can visit this blog PowerShell I would like you to meet TFS and VSTS

Contributors

The cases of every file is very important. This module is to be used on Windows, Linux and OSx so case is important. If the casing does not match Linux and OSx might fail.

Release Notes

2.0.1

The module now has a dependency on SHiPS for PSDrive support.

You must be running 6.0.0-rc or later on Mac and Linux. You must be running 5.1.16299.64 or later on Windows.

Added drive support created by Stefan Stranger. You can now use the -Drive parameter of Add-VSTeamAccount to mount a PSDrive to your account.

You can now tab complete your profiles.

1.0.5

Added support for Profiles. Now you can store different accounts and PATS as a profile using Add-VSTeamProfile. Then you can call Add-VSTeamAccount with the -Profile parameter and the PAT will be read from the profile. This prevents you having to remember the PAT to switch between accounts. Profiles also store the API version to use with the account.

Added $VSTeamVersionTable so you can experiment with different versions of the VSTS/TFS APIs. The variable contains the following:

  • 'Build' = '3.0'
  • 'Release' = '3.0-preview'
  • 'Core' = '3.0'
  • 'Git' = '3.0'
  • 'DistributedTask' = '3.0-preview'

You can update the version so try new versions of APIs. See Set-VSTeamAPIVersion.

1.0.4

Added support for Show-VSTeam that opens the configured TFS or VSTS in default browser.

Merge Pull Request from Michel Perfetti which included the following:

  • Remove deadlock when endpoint creation failed

1.0.3

Explicit export of alias Fixed typo in help Fixed typo in export of function Changed projectName dynamic parameter to return projects in any state instead of just well-formed.

1.0.2

Added Show-VSTeam* functions

Fixed ReleaseDefinition functions not recognized bug

1.0.1

Renamed from Team to VSTeam. An alias for every function with it's original name is provided.

0.1.34

Added support to queue a build by ID using the Add-VSTeamBuild function. The Add-VSTeamBuild function also fully qualifies the names of build definitions when you tab complete from command line.

I added new full name extended property to build definition type.

Added support so you can update a project by ID as well as by Name.

0.1.33

The variable to test if you are on Mac OS changed from IsOSX to IsMacOS. Because I have Set-StrictMode -Version Latest trying to access a variable that is not set will crash.

0.1.32

Merge Pull Request from Fergal which included the following:

  • Added Support for Build Tags
  • Added the ability to update KeepForever, and the Build Number
  • Added the ability to pull artifact data from the build

0.1.31

Merge Pull Request from Kees Verhaar which included the following:

  • Add ProjectName as a property on team member so it can be used further down the pipeline

0.1.30

Merge Pull Request from Kees Verhaar which included the following:

  • Add support for teams

0.1.29

Merge Pull Request from Andy Neillans which included the following:

  • Fixed for on-premise URLS being incorrectly classed as VSTS accounts
  • Fixed for projects validation if you have more than 100 projects

0.1.28

Added ID to approval default output

0.1.27

Clearing code analysis warnings

0.1.26

Merge Pull Request from Roberto Peña which included the following:

  • Adding a regular expression to validate VSTS account

0.1.25

  • Moved -Expand parameter of Get-VSTeamRelease to all parameter sets.

0.1.24

  • Added support so you can start a release from a Git commit

0.1.23

Merge Pull Request from Michel Perfetti which included the following:

0.1.22

  • Fixed bug in Set-VSTeamDefaultProject on Mac and Linux

0.1.21

  • Added Get-VSTeamBuildLog that returns the logs of the provided build

Merge Pull Requestfrom Michel Perfetti which included the following:

0.1.19

Removed test folder from module

0.1.18

Merge Pull Request from Christopher Mank which included the following:

  • Created new function in the release module named 'Add-VSTeamReleaseEnvironment'. New function deploys an environment from an existing release.

0.1.16

Merge Pull Request from Andy Neillans which included the following:

  • Bug fix for broken PAT code handling.

0.1.15

Merge Pull Request from Andy Neillans which included the following:

  • Corrected typos in help files.
  • Refactored location of common methods.
  • Implemented using DefaultCredentials when using TFS. This removes the need to create a PAT.

0.1.14

Initial Open Source release

vsteam's People

Contributors

darquewarrior avatar aneillans avatar keesv avatar miiitch avatar stefanstranger avatar mydevopsdemos avatar christophermank avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.