{"id":19654143,"url":"https://github.com/aimenux/acuwebsitemanager","last_synced_at":"2025-10-29T00:17:35.935Z","repository":{"id":116558978,"uuid":"335301909","full_name":"aimenux/AcuWebSiteManager","owner":"aimenux","description":"Providing net global tool in order to manage acumatica website creation and deletion","archived":false,"fork":false,"pushed_at":"2024-10-09T22:00:35.000Z","size":363950,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-28T17:46:05.153Z","etag":null,"topics":["acumatica","global-tool","net80"],"latest_commit_sha":null,"homepage":"","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/aimenux.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,"zenodo":null}},"created_at":"2021-02-02T13:41:20.000Z","updated_at":"2024-10-09T21:59:45.000Z","dependencies_parsed_at":"2025-04-28T17:49:40.877Z","dependency_job_id":null,"html_url":"https://github.com/aimenux/AcuWebSiteManager","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/aimenux/AcuWebSiteManager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aimenux%2FAcuWebSiteManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aimenux%2FAcuWebSiteManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aimenux%2FAcuWebSiteManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aimenux%2FAcuWebSiteManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aimenux","download_url":"https://codeload.github.com/aimenux/AcuWebSiteManager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aimenux%2FAcuWebSiteManager/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266067279,"owners_count":23871324,"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":["acumatica","global-tool","net80"],"created_at":"2024-11-11T15:16:27.565Z","updated_at":"2025-10-29T00:17:35.844Z","avatar_url":"https://github.com/aimenux.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿[![.NET](https://github.com/aimenux/AcuWebSiteManager/actions/workflows/ci.yml/badge.svg)](https://github.com/aimenux/AcuWebSiteManager/actions/workflows/ci.yml)\n\n# AcuWebSiteManager\n```\nProviding net global tool in order to manage acumatica website creation and deletion\n```\n\n\u003e In this repo, i m building a global tool that allows to create or delete [acumatica](https://www.acumatica.com/) websites.\n\u003e\n\u003e The tool is based on multiple sub commmands :\n\u003e - Use sub command `CreateSite` to create site\n\u003e - Use sub command `DeleteSite` to delete site\n\u003e - Use sub command `ListSites` to list iis sites\n\u003e - Use sub command `SwitchDb` to switch site to use another database\n\u003e - Use sub command `ImportDb` to import bacpac file into target database\n\u003e - Use sub command `ExportDb` to export bacpac file from source database\n\u003e\n\u003e To run code in debug or release mode, type the following commands in your favorite terminal : \n\u003e - `.\\App.exe ListSites`\n\u003e - `.\\App.exe CreateSite -x [XmlConfigFile]`\n\u003e - `.\\App.exe DeleteSite -x [XmlConfigFile]`\n\u003e - `.\\App.exe SwitchDb -s [CurrentWebSite] -d [TargetDatabaseName]`\n\u003e - `.\\App.exe ImportDb -f [SourceBacPacFilePath] -s [SourceServerName] -d [TargetDatabaseName]`\n\u003e - `.\\App.exe ExportDb -f [TargetBacPacFilePath] -s [SourceServerName] -d [SourceDatabaseName]`\n\u003e\n\u003e To install, run, update, uninstall global tool from a local source path, type commands :\n\u003e - `dotnet tool install -g --configfile .\\Nugets\\local.config AcuWebSiteManager`\n\u003e - `AcuWebSiteManager -h`\n\u003e - `AcuWebSiteManager -c`\n\u003e - `AcuWebSiteManager ListSites`\n\u003e - `AcuWebSiteManager CreateSite -h`\n\u003e - `AcuWebSiteManager DeleteSite -h`\n\u003e - `AcuWebSiteManager CreateSite -x [XmlConfigFile]`\n\u003e - `AcuWebSiteManager DeleteSite -x [XmlConfigFile]`\n\u003e - `AcuWebSiteManager SwitchDb -s [CurrentWebSite] -d [TargetDatabaseName]`\n\u003e - `AcuWebSiteManager ImportDb -f [SourceBacPacFilePath] -s [SourceServerName] -d [TargetDatabaseName]`\n\u003e - `AcuWebSiteManager ExportDb -f [TargetBacPacFilePath] -s [SourceServerName] -d [SourceDatabaseName]`\n\u003e - `dotnet tool update -g AcuWebSiteManager --ignore-failed-sources`\n\u003e - `dotnet tool uninstall -g AcuWebSiteManager`\n\u003e\n\u003e To install global tool from [nuget source](https://www.nuget.org/packages/AcuWebSiteManager), type these command :\n\u003e - `dotnet tool install -g AcuWebSiteManager --ignore-failed-sources`\n\u003e\n\u003e\n\u003e ![ListSitesScreen](Screenshots/ListSitesScreen.png)\n\u003e\n\n**`Tools`** : net 8.0\n\n---\n\n\u003cdiv style=\"display: flex; justify-content: space-between\"\u003e\n  \u003ca href=\"./INSTALLATION-GUIDE.md\"\u003e ➡ See installation guide \u003c/a\u003e\n\u003c/div\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faimenux%2Facuwebsitemanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faimenux%2Facuwebsitemanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faimenux%2Facuwebsitemanager/lists"}