Skip to content
This repository has been archived by the owner on Jul 18, 2019. It is now read-only.

Releases: taskcluster/taskcluster-cli

Bump!

01 Jul 17:14
1c7e2df
Compare
Choose a tag to compare

Binaries of the last release have expired, so here's a new release.

This project will soon move into the TC monorepo at which point these download locations will change anyway.

v0.9.0: Merge pull request #192 from djmitche/bug1466679

28 Jun 20:45
9002b13
Compare
Choose a tag to compare
  • Add a retrigger feature
  • Use nice slugIds
  • Only download ping URLs annually
  • Output a TASKCLUSTER_ROOT_URL when signing in
  • Use a configurable rootUrl to sign in

Escape scopes in the signing url

10 Jan 22:04
a593372
Compare
Choose a tag to compare
  • Fix scopes escape in login url (PR #184 )

Taskclsuter signin improvements

28 Nov 22:34
Compare
Choose a tag to compare

Add a scriptable check for valid credentials (#182)

Plus miscellaneous testing and deployment fixes.

Support new `taskcluster signin`

07 Nov 13:32
11edd11
Compare
Choose a tag to compare

Sign-in Command

This adds support for taskcluster signin using the new client creator, with short-term credentials stored in environment variables and only carrying the required scopes.


The command 'taskcluster signin', run on a desktop system, will use
your browser to get Taskcluster credentials for use with other commands.

Use it like this:

$ eval `taskcluster signin`

You might make this easy to use with an alias in ~/.bashrc:

alias tc-signin="eval `taskcluster signin`"

This will set environment variables in your shell session containing the credentials.
Note that the JS and Python client recognize the same environment variables, so any
tools using those libraries can also benefit from this signin method.

Shell Command

The shell command allows for clients to run processes, such as shells, inside running interactive tasks. This allows you to interact with tasks as they run.


Use it like this:

$ taskcluster shell <taskID>

Add a task definition fetching command

30 Aug 20:13
Compare
Choose a tag to compare

taskcluster task def <taskid> gets you the full json output of the task definition for that task. Useful for using in conjunction with tools like jq.

Fixed signin on windows

11 Aug 21:34
Compare
Choose a tag to compare
Merge pull request #162 from taskcluster/fix-signin-on-windows

Fix signin on windows

With builds for lots of platforms

24 Apr 22:37
Compare
Choose a tag to compare
v0.6.5

point to indexed artifacts in README

v0.6.3

10 Apr 13:57
v0.6.3
Compare
Choose a tag to compare

Extra fixes on top of the UCOSP 2017 (Winter) work.

v0.6.0

10 Apr 13:30
Compare
Choose a tag to compare

Completion of work from the UCOSP Winter 2017 program.

note: no binaries were released for this version