From 1c-skills
Останавливает Apache HTTP Server. Публикации сохраняются — при следующем /web-publish сервер запустится снова.
How this skill is triggered — by the user, by Claude, or both
Slash command
/1c-skills:web-stopThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Останавливает Apache HTTP Server. Публикации сохраняются — при следующем `/web-publish` сервер запустится снова.
Останавливает Apache HTTP Server. Публикации сохраняются — при следующем /web-publish сервер запустится снова.
/web-stop
Прочитай .v8-project.json из корня проекта. Если задан webPath — используй как -ApachePath.
По умолчанию tools/apache24 от корня проекта.
powershell.exe -NoProfile -File "${CLAUDE_SKILL_DIR}/scripts/web-stop.ps1" <параметры>
| Параметр | Обязательный | Описание |
|---|---|---|
-ApachePath <путь> | нет | Корень Apache (по умолчанию tools/apache24) |
Предложи пользователю:
/web-publish <база> (повторный вызов поднимет Apache с существующими публикациями)/web-unpublish <имя> или /web-unpublish --all# Остановить Apache
powershell.exe -NoProfile -File "${CLAUDE_SKILL_DIR}/scripts/web-stop.ps1"
# С указанием пути
powershell.exe -NoProfile -File "${CLAUDE_SKILL_DIR}/scripts/web-stop.ps1" -ApachePath "C:\tools\apache24"
npx claudepluginhub nikolay-shirokov/cc-1c-skills --plugin 1c-skills-pyRemoves a 1C web publication from Apache by deleting its block from httpd.conf and the publish/ directory. Supports single or bulk removal with --all.
Stops the PowerMem server that was started by the Claude Code plugin, using the tracked PID in the plugin data directory.
Deploys static web apps, SPAs, and simple microservices to Firebase Hosting. Configures firebase.json, deploys with CLI, and runs local emulation.