{"id":47842574,"url":"https://github.com/abbgrade/pscosmos","last_synced_at":"2026-04-03T21:01:29.118Z","repository":{"id":43720492,"uuid":"457713947","full_name":"abbgrade/PsCosmos","owner":"abbgrade","description":"The PowerShell Cosmos module provides access to Cosmos SQL.","archived":false,"fork":false,"pushed_at":"2026-02-24T23:13:52.000Z","size":67,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2026-03-06T02:35:05.525Z","etag":null,"topics":["azure","cosmosdb","powershell"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","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/abbgrade.png","metadata":{"files":{"readme":"Readme.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["abbgrade"]}},"created_at":"2022-02-10T09:32:37.000Z","updated_at":"2025-12-15T08:34:21.000Z","dependencies_parsed_at":"2023-01-28T15:47:10.483Z","dependency_job_id":null,"html_url":"https://github.com/abbgrade/PsCosmos","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/abbgrade/PsCosmos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abbgrade%2FPsCosmos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abbgrade%2FPsCosmos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abbgrade%2FPsCosmos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abbgrade%2FPsCosmos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abbgrade","download_url":"https://codeload.github.com/abbgrade/PsCosmos/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abbgrade%2FPsCosmos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31377117,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T17:53:18.093Z","status":"ssl_error","status_checked_at":"2026-04-03T17:53:17.617Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["azure","cosmosdb","powershell"],"created_at":"2026-04-03T21:01:28.844Z","updated_at":"2026-04-03T21:01:29.093Z","avatar_url":"https://github.com/abbgrade.png","language":"PowerShell","readme":"# PsCosmos\r\n\r\nThe PowerShell Cosmos module provides access to Cosmos SQL.\r\n\r\n## Installation\r\n\r\nThis module can be installed from [PsGallery](https://www.powershellgallery.com/packages/PsCosmos).\r\n\r\n```powershell\r\nInstall-Module -Name PsCosmos -Scope CurrentUser\r\n```\r\n\r\nAlternatively it can be build and installed from source.\r\n\r\n1. Install the development dependencies\r\n2. Download or clone it from GitHub\r\n3. Run the installation task:\r\n\r\n```powershell\r\nInvoke-Build Install\r\n```\r\n\r\n\r\n## Development\r\n\r\n- This is a [Portable Module](https://docs.microsoft.com/de-de/powershell/scripting/dev-cross-plat/writing-portable-modules?view=powershell-7) based on [PowerShell Standard](https://github.com/powershell/powershellstandard) and [.NET Standard](https://docs.microsoft.com/en-us/dotnet/standard/net-standard).\r\n- [VSCode](https://code.visualstudio.com) is recommended as IDE. [VSCode Tasks](https://code.visualstudio.com/docs/editor/tasks) are configured.\r\n- Build automation is based on [InvokeBuild](https://github.com/nightroman/Invoke-Build)\r\n- Test automation is based on [Pester](https://pester.dev)\r\n- Documentation is based on [platyPs](https://github.com/PowerShell/platyPS)\r\n- Commands are named based on [Approved Verbs for PowerShell Commands](https://docs.microsoft.com/de-de/powershell/scripting/developer/cmdlet/approved-verbs-for-windows-powershell-commands)\r\n- This project uses [git-flow](https://github.com/nvie/gitflow).\r\n- This modules uses [Semantic Versioning 1.0.0](https://semver.org/spec/v1.0.0.html)\r\n\r\n### Build\r\n\r\nThe build scripts require InvokeBuild. If it is not installed, install it with the command `Install-Module InvokeBuild -Scope CurrentUser`.\r\n\r\nYou can build the module using the VS Code build task or with the command `Invoke-Build Build`.\r\n\r\n### Release\r\n\r\n1. Create a release branch using git-flow.\r\n2. Update the version number in the module manifest.\r\n3. Extend the changelog in this readme.\r\n4. If you want to create a pre-release.\r\n   1. Push the release branch to github, to publish the pre-release to PsGallery.\r\n5. Finish release using git-flow.\r\n6. Check if tags are not pushed to github.\r\n7. Check if the release branch is deleted on github.\r\n8. Create the release on github.\r\n","funding_links":["https://github.com/sponsors/abbgrade"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabbgrade%2Fpscosmos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabbgrade%2Fpscosmos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabbgrade%2Fpscosmos/lists"}