Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@wireapp/copy-config

Package Overview
Dependencies
Maintainers
8
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wireapp/copy-config

Wire's internal configuration copy tool

latest
Source
npmnpm
Version
2.3.4
Version published
Weekly downloads
1.6K
194.39%
Maintainers
8
Weekly downloads
 
Created
Source

Wire

This repository is part of the source code of Wire. You can find more information at wire.com or by contacting opensource@wire.com.

You can find the published source code at github.com/wireapp.

For licensing information, see the attached LICENSE file and the list of third-party licenses at wire.com/legal/licenses/.

CopyConfig

Wire's internal configuration copy tool.

Installation

yarn add @wireapp/copy-config

CLI Setup

Create a configuration file following the cosmiconfig standard (e.g. .copyconfigrc.js) to your project and add parameters (see CopyConfigOptions.ts).

Note: the files parameter needs to be specified, all other are optional.

Environment variables

Additionally, some parameters can be set via environment variables (which then take precedence above all other configuration):

ParameterEnvironment variableExample
externalDirWIRE_CONFIGURATION_EXTERNAL_DIR/home/user/externalDir
filesWIRE_CONFIGURATION_FILES/path/to/source.txt:/path/to/destination.txt;/path/to/source/:/path/to/destination/
repositoryUrlWIRE_CONFIGURATION_REPOSITORY/path/to/anotherDir/*:[/path/to/thirdDir/,/path/to/destinationDir/]

CLI Usage

copy-config

API Usage

See cli.ts.

FAQs

Package last updated on 25 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts