{"id":17114228,"url":"https://github.com/anthonychu/funcvm","last_synced_at":"2025-04-13T04:04:59.893Z","repository":{"id":46159741,"uuid":"423339838","full_name":"anthonychu/funcvm","owner":"anthonychu","description":"Unofficial version manager for Azure Functions Core Tools","archived":false,"fork":false,"pushed_at":"2021-11-10T09:45:55.000Z","size":40,"stargazers_count":9,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-13T04:04:46.261Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/anthonychu.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}},"created_at":"2021-11-01T04:43:49.000Z","updated_at":"2023-10-02T21:34:24.000Z","dependencies_parsed_at":"2022-09-22T14:43:02.988Z","dependency_job_id":null,"html_url":"https://github.com/anthonychu/funcvm","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonychu%2Ffuncvm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonychu%2Ffuncvm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonychu%2Ffuncvm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonychu%2Ffuncvm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anthonychu","download_url":"https://codeload.github.com/anthonychu/funcvm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248661707,"owners_count":21141450,"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":[],"created_at":"2024-10-14T17:16:03.870Z","updated_at":"2025-04-13T04:04:59.861Z","avatar_url":"https://github.com/anthonychu.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Azure Functions Core Tool Version Manager (funcvm)\n\n[![npm](https://img.shields.io/badge/npm-%40anthonychu%2Ffuncvm-lightgrey)](https://www.npmjs.com/package/@anthonychu/funcvm)\n\nfuncvm installs and manages Azure Functions Core Tool versions. This tool is not officially supported by Microsoft.\n\nUse it to:\n\n* Quickly switch between different versions of Azure Functions Core Tools\n* Use prerelease versions of Azure Functions Core Tools\n* Use different versions of Azure Functions Core Tools in different projects\n\n## Installation\n\n**Important: Uninstall all previously installed versions of Azure Functions Core Tools before using funcvm.**\n\nTo check if you have any versions of Azure functions Core Tools already installed, run the following command and uninstall any versions that are listed:\n\n```bash\n# macOS or Linux\nwhich func\n\n# Windows PowerShell\nGet-Command func\n\n# Windows Command Prompt\nwhere func\n```\n\nInstall funcvm with the following command:\n\n```bash\nnpm install -g @anthonychu/funcvm\n```\n\n## Usage\n\n### Use latest stable version\n\nInstall and use the latest stable 4.x version of Azure Functions Core Tools:\n\n```bash\nfuncvm use 4\n\n# confirm that it's correctly installed\nfunc --version\n```\n\n### Use a specific version\n\nInstall and use a specific version of Azure Functions Core Tools:\n\n```bash\nfuncvm use 3.0.3785\n```\n\nYou can find all available versions, including prerelease versions, by checking [GitHub releases](https://github.com/Azure/azure-functions-core-tools/releases).\n\n### Use a different version than the currently selected version\n\n#### Environment variable\n\nYou can set the `FUNCVM_CORE_TOOLS_VERSION` environment variable to use a different version of Azure Functions Core Tools than the currently selected version.\n\n```bash\nexport FUNCVM_CORE_TOOLS_VERSION=3.0.3873\nfunc --version\n# this should print 3.0.3873\n```\n\n#### Local version file\n\nYou can save a file named `.func-version` in any folder to use a different version of Azure Functions Core Tools than the globally selected version.\n\n```bash\nfuncvm use 4 --local\n```\n\n---\n\n**Note:** This is a community open source project that is not officially supported by Microsoft.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthonychu%2Ffuncvm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanthonychu%2Ffuncvm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthonychu%2Ffuncvm/lists"}