{"id":22398939,"url":"https://github.com/schubergphilis/blu","last_synced_at":"2025-08-02T12:33:35.374Z","repository":{"id":141493278,"uuid":"59223950","full_name":"schubergphilis/blu","owner":"schubergphilis","description":"Blu is a new way to leverage Chef methods in Windows using PowerShell. ","archived":false,"fork":false,"pushed_at":"2017-11-28T13:00:28.000Z","size":5309,"stargazers_count":8,"open_issues_count":1,"forks_count":3,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-06-03T15:47:08.388Z","etag":null,"topics":["chef","configuration-management","powershell"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/schubergphilis.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,"zenodo":null}},"created_at":"2016-05-19T16:30:53.000Z","updated_at":"2023-05-24T06:10:49.000Z","dependencies_parsed_at":"2023-07-03T15:31:25.164Z","dependency_job_id":null,"html_url":"https://github.com/schubergphilis/blu","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/schubergphilis/blu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schubergphilis%2Fblu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schubergphilis%2Fblu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schubergphilis%2Fblu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schubergphilis%2Fblu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schubergphilis","download_url":"https://codeload.github.com/schubergphilis/blu/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schubergphilis%2Fblu/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268047866,"owners_count":24187207,"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":["chef","configuration-management","powershell"],"created_at":"2024-12-05T07:12:49.179Z","updated_at":"2025-08-02T12:33:35.362Z","avatar_url":"https://github.com/schubergphilis.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"Common\\logo\\blu.png\"/\u003e\n\u003c/p\u003e\n\n# Blu Powershell Service\n----------------------\n[Reference page on ReadTheDocs](http://backslashblu.readthedocs.io/en/latest/powershell.html)\n\nBlu is a new way to leverage Chef methods in Windows using PowerShell. To use Blu you need a Chef server installed and properly configured in your infrastructure. \n**Blu is a set of Chef client-side tools, following all the methods and concepts, accepted by the Chef community.**\n\n\nGetting started\n---------------\n\nThe quickest way to get started with Blu PowerShell service is to get a copy of BluService.exe and BluShell.exe and save it into C:\\\\Blu folder.\nThen register the Windows service by::\n\n    sc create \"Blu Powershell Runspace Service\" binpath= C:\\Blu\\BluService.exe\n    \nThen go to C:\\Blu folder and execute a simple PowerShell command using BluShell.exe::\n\n    cd C:\\Blu\n    BluShell.exe -Command 'Get-Command;'\n    \nThis PowerShell command will show you a list of available commands, and is running in BluShell seamlessly as inside a PowerShell console.   \nNow try::\n\n    BluShell.exe -Command \"$a = Get-Command;\"\n    \nThen close the powershell session. \nNormally this is going to garbage collect all the objects and variables that are defined in a PowerShell runspace.  \nTo illustrate how BluService changes this behaviour, start a command prompt again (or a PowerShell session) and execute::\n\n    cd C:\\Blu\n    BluShell.exe -Command \"$a\" \n    \nAs you can see, the variable $a still returns a valid list of all available commands.   \nThis new PowerShell behavior is extremely useful for PowerShell automation and specially in Chef cookbooks.  \n**Blu PowerShell service does not dispose the variables in the current scope unless you dispose them manually.**  \nYou can also look at Windows event viewer for event id 271, source BluService to monitor what is running under the hood. \n\nBluStation Screenshots:\n-----------------------\n\nChef API interface:\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"Docs\\source\\ui.png\"/\u003e\n\u003c/p\u003e\n\nTranspiler:\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"Docs\\source\\transpiler.png\"/\u003e\n\u003c/p\u003e\n\n\nTo know more about many other futures of Blu toolkit, please continue reading: [Blu Documentation](http://backslashblu.readthedocs.io/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschubergphilis%2Fblu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschubergphilis%2Fblu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschubergphilis%2Fblu/lists"}