Skip to content

Releases: microsoft/tfs-cli

TFX 0.11.0

Choose a tag to compare

@DaniilShmelev DaniilShmelev released this 31 May 14:50
e247d17

Update vulnerable dependencies (#401)

TFX 0.9.2

Choose a tag to compare

@dwilsonactual dwilsonactual released this 22 Apr 13:19

Fix parsing of --manifest-js command line argument (#374)

TFX 0.9.1

Choose a tag to compare

@dwilsonactual dwilsonactual released this 21 Apr 20:58

Add feature to support more advanced manifest specifications (#342)

TFX 0.9.0

Choose a tag to compare

@dwilsonactual dwilsonactual released this 23 Mar 19:39

Remove support for publisher creation from TFX. The API backing this functionality is being removed.

TFX 0.7.11

Choose a tag to compare

@nkirchem nkirchem released this 13 Nov 14:51

Restores missing error-handling code in the tfx login command.

Gets rid of the login error: TypeError: Cannot read property 'success' of undefined

TFX 0.7.9

Choose a tag to compare

@T-Hugs T-Hugs released this 16 Aug 14:05
  • Add default contentType for .html files
  • Fix default categories for tfx extension init. It is now an array of every possible category. End users can trim as needed.

Support "JSON 5" with --json5 flag.

Choose a tag to compare

@T-Hugs T-Hugs released this 03 Jul 18:44
0.7.8

0.7.8

TFX 0.7.6

Choose a tag to compare

@T-Hugs T-Hugs released this 29 May 03:03

Mostly dependency updates to resolve known security issues.

TFX 0.7.3

Choose a tag to compare

@T-Hugs T-Hugs released this 16 Apr 18:20

Updates REST API and fixes a few issues:

  • Validation for "public" in manifest
  • Fix tfx extension install issues
  • Avoid connecting to the internet when running --help

Remove category validation for extensions.

Choose a tag to compare

@T-Hugs T-Hugs released this 26 Sep 18:05

Now we just require that you have at least 1 category, but we don't pre-validate that the category values are valid. This check will still be done on the server.

Other minor fixes, including changing branding from VSTS to Azure DevOps.