{"id":19342543,"url":"https://github.com/mmiddleton3301/appveyor-environment-variable-utilities","last_synced_at":"2025-07-31T17:08:51.957Z","repository":{"id":144220789,"uuid":"98618984","full_name":"mmiddleton3301/appveyor-environment-variable-utilities","owner":"mmiddleton3301","description":"A console application (and C# library) that uses the AppVeyor API to compare multiple different deployment environments and their environment variables.","archived":false,"fork":false,"pushed_at":"2017-08-07T11:13:01.000Z","size":95,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-24T08:48:34.319Z","etag":null,"topics":["appveyor","backup-solution","comparison","environment-variables","utility"],"latest_commit_sha":null,"homepage":null,"language":"C#","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/mmiddleton3301.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2017-07-28T06:58:13.000Z","updated_at":"2021-04-13T18:20:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"dc57a8f6-c1af-4210-ae0f-813022011a1d","html_url":"https://github.com/mmiddleton3301/appveyor-environment-variable-utilities","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mmiddleton3301/appveyor-environment-variable-utilities","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmiddleton3301%2Fappveyor-environment-variable-utilities","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmiddleton3301%2Fappveyor-environment-variable-utilities/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmiddleton3301%2Fappveyor-environment-variable-utilities/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmiddleton3301%2Fappveyor-environment-variable-utilities/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mmiddleton3301","download_url":"https://codeload.github.com/mmiddleton3301/appveyor-environment-variable-utilities/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mmiddleton3301%2Fappveyor-environment-variable-utilities/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268074919,"owners_count":24191633,"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","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["appveyor","backup-solution","comparison","environment-variables","utility"],"created_at":"2024-11-10T03:35:20.333Z","updated_at":"2025-07-31T17:08:51.926Z","avatar_url":"https://github.com/mmiddleton3301.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AppVeyor Environment Variable Utilities\n[![Build status](https://ci.appveyor.com/api/projects/status/utstv5d6xj7ok2gb?svg=true)](https://ci.appveyor.com/project/mmiddleton3301/appveyor-environment-variable-utilities) [![Downloads Badge](https://img.shields.io/chocolatey/dt/appveyor-evu.svg)](https://chocolatey.org/packages/appveyor-evu) [![Version Badge](https://img.shields.io/chocolatey/v/appveyor-evu.svg)](https://chocolatey.org/packages/appveyor-evu)\n\nA console application (and C# library) that uses the AppVeyor API to compare multiple different deployment environments and their environment variables.\n\nThis utility can also be used to back up your environment variables for your various AppVeyor deployment environments.\n\n## Installation\n### Chocolatey\nThe recommended way of installing `appveyor-evu` is via [chocolatey](https://chocolatey.org/):\n\n`choco install appveyor-evu`\n\nYou can then simply invoke `appveyor-evu` from the command line! As easy as that!\n\n## Manually\nIf you don't want to use chocolatey, `appveyor-evu` can be downloaded and \"installed\" manually: just download the latest release from GitHub, unzip the contents of the archive to a directory of your choosing, and start your command line from that directory. Invoke `appveyor-evu` at your leisure.\n\n## Usage\nSimply invoke `appveyor-evu` to view the options available:\n\n    --apitoken             Required. An AppVeyor API token.\n\n    --environments         Required. A list of AppVeyor environment names.\n\n    --outputcsvlocation    Required. The location in which to output environment variables when comparing.\n\n    --verbosity            (Default: Warn) Specify the verbosity of output from the application. Valid options are: \"Debug\", \"Info\", \"Warn\", \"Error\", \"Fatal\" or \"Off\".\n\n    --help                 Display this help screen.\n\n    --version              Display version information.\n\nExample:\n\n    appveyor-evu --apitoken \"123abc\" --environments \"dev-somecorpapp\" \"uat-somecorpapp\" \"prod-somecorpapp\" --outputcsvlocation \"details.csv\"\n    \n### AppVeyor API token\nYou can view your AppVeyor API token by logging in and visiting:\n\nhttps://ci.appveyor.com/api-token\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmiddleton3301%2Fappveyor-environment-variable-utilities","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmiddleton3301%2Fappveyor-environment-variable-utilities","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmiddleton3301%2Fappveyor-environment-variable-utilities/lists"}