db-load-cf

Load 1C configurations from CF files into file-based or server-based information bases.

41|5|Updated May 28, 2026
One-click install
npx skills add https://github.com/msrv-tech/skills --skill db-load-cf-msrv-tech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: db-load-cf
Source: https://github.com/msrv-tech/skills/tree/main/db-load-cf
Command: npx skills add https://github.com/msrv-tech/skills --skill db-load-cf-msrv-tech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates loading 1C configurations from binary CF files into an information base, reducing manual rework and error-prone deployments.

Core Features & Use Cases

  • Load CF configurations into both local and server bases.
  • Optionally load extensions and handle multiple databases per project.
  • Validate inputs, auto-resolve platform path, and prompt for confirmation before replacement, with detailed logs.

Quick Start

Run the db-load-cf script with a CF file path and the target base to load the configuration.

Frequently Asked Questions about db-load-cf

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I load a 1C configuration from a CF file into an information base?

To load a 1C configuration from a CF file, you run the db-load-cf script with the CF file path and target base. The script validates inputs, resolves the 1C platform path automatically, and loads the configuration into the information base.

Can I load 1C extensions and multiple databases using this script?

Yes, you can load 1C extensions and handle multiple databases per project. The script supports optional extension loading alongside the main configuration deployment for both local and server-based information bases.

Does this tool support both file-based and server-based 1C connections?

Yes, the script supports both file-based and server-based 1C connections. It automatically resolves the 1C platform path to ensure the configuration loads correctly regardless of your specific connection type.

What happens to the existing configuration when loading a new CF file?

Before replacing the existing configuration, the script prompts for user confirmation to prevent accidental overwrites. This ensures safe deployment and backup restoration workflows for your 1C information base.

Are there limitations when automating 1C configuration deployment from CF files?

The main limitation is that loading a CF file replaces the existing configuration, which requires explicit user confirmation. The script mitigates deployment risks by validating inputs and logging the operation details.