{"id":16376152,"url":"https://github.com/felixfbecker/pstravis","last_synced_at":"2026-04-06T22:30:16.408Z","repository":{"id":66011598,"uuid":"147870037","full_name":"felixfbecker/PSTravis","owner":"felixfbecker","description":"Interact with the Travis API from PowerShell","archived":false,"fork":false,"pushed_at":"2019-11-09T11:16:41.000Z","size":13,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-01T07:44:00.600Z","etag":null,"topics":["api","client","powershell","rest-api","travis-ci"],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/felixfbecker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-07T20:09:39.000Z","updated_at":"2019-11-09T11:16:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"2551e8d3-9092-4a0a-840c-bcc7e1c4721c","html_url":"https://github.com/felixfbecker/PSTravis","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixfbecker%2FPSTravis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixfbecker%2FPSTravis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixfbecker%2FPSTravis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/felixfbecker%2FPSTravis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/felixfbecker","download_url":"https://codeload.github.com/felixfbecker/PSTravis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239970660,"owners_count":19727010,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","client","powershell","rest-api","travis-ci"],"created_at":"2024-10-11T03:23:42.317Z","updated_at":"2026-04-06T22:30:16.320Z","avatar_url":"https://github.com/felixfbecker.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Travis for PowerShell \u003cimg src=\"https://travis-ci.com/images/logos/TravisCI-Mascot-1.png\" height=\"90\" align=\"left\"\u003e\n\n[![powershellgallery](https://img.shields.io/powershellgallery/v/PSTravis.svg)](https://www.powershellgallery.com/packages/PSTravis)\n[![downloads](https://img.shields.io/powershellgallery/dt/PSTravis.svg)](https://www.powershellgallery.com/packages/PSTravis)\n\nModule to interact with the [Travis API](https://developer.travis-ci.com/) from PowerShell.\n\n\n## Installation\n\n```powershell\nInstall-Module PSTravis\n```\n\n## Included\n\n- `Get-TravisUser`\n- `Get-TravisRepository`\n- `Get-TravisCruiseControlFeedUrl`\n- `Enable-TravisRepository`\n- `Add-TravisEnvironmentVariable`\n- `Get-TravisEnvironmentVariable`\n- `Update-TravisEnvironmentVariable`\n- `Remove-TravisEnvironmentVariable`\n- `Sync-TravisRepositories`\n- `Start-TravisRepositorySync`\n- `Wait-TravisRepositorySync`\n\nMissing something? PRs welcome!\n\n## Authentication\n\nTo access private repositories and make changes, provide an API token.\nThis token can be provided to all PSGitHub functions as a `SecureString` through the `-Token` parameter.\nYou can set a default token to be used by changing `$PSDefaultParameterValues` in your `profile.ps1`:\n\n### On Windows\n\n```powershell\n$PSDefaultParameterValues['*Travis*:Token'] = 'YOUR_ENCRYPTED_TOKEN' | ConvertTo-SecureString\n```\n\nTo get the value for `YOUR_ENCRYPTED_TOKEN`, run `Read-Host -AsSecureString | ConvertFrom-SecureString` once and paste in your token.\n\n### On macOS/Linux\n\nmacOS and Linux do not have access to the Windows Data Protection API, so they cannot use `ConvertFrom-SecureString`\nto generate an encrypted plaintext version of the token without a custom encryption key.\n\nIf you are not concerned about storing the token in plain text in the `profile.ps1`, you can set it like this:\n\n```powershell\n$PSDefaultParameterValues['*Travis*:Token'] = 'YOUR_PLAINTEXT_TOKEN' | ConvertTo-SecureString -AsPlainText -Force\n```\n\nAlternatively, you could store the token in a password manager or the Keychain, then retrieve it in your profile and set it the same way.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelixfbecker%2Fpstravis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffelixfbecker%2Fpstravis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffelixfbecker%2Fpstravis/lists"}