# github-copy-secrets

> Copy given secrets to a repository.

Latest version **1.0.3** (published 2022-07-06) · MIT license · 0 weekly downloads

## Install

```sh
npm install github-copy-secrets
pnpm add github-copy-secrets
yarn add github-copy-secrets
bun add github-copy-secrets
```

Provides the command `github-copy-secrets`.

## Health

**Score 40/100 (D)** — status: abandoned.

Positive: has types; no vulnerabilities; high maintenance score; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2022-07-06 |
| First published | 2022-06-09 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 7 |
| Unpacked size | 8.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | PythonCoderAS |
| Maintainers | pythoncoderas |
| Keywords | sade, cli, github, octokit |

## Links

- npm: https://www.npmjs.com/package/github-copy-secrets
- Repository: https://github.com/PythonCoderAS/github-copy-secrets
- Homepage: https://github.com/PythonCoderAS/github-copy-secrets#readme
- Issues: https://github.com/PythonCoderAS/github-copy-secrets/issues
- npm.io page: https://npm.io/package/github-copy-secrets

## Dependencies (7)

- [sade](https://npm.io/package/sade.md) ^1.8.1
- [dotenv](https://npm.io/package/dotenv.md) ^16.0.1
- [@octokit/rest](https://npm.io/package/@octokit/rest.md) ^18.12.0
- [node-filter-async](https://npm.io/package/node-filter-async.md) ^2.0.0
- [libsodium-wrappers](https://npm.io/package/libsodium-wrappers.md) ^0.7.10
- [subprocess-test-utils](https://npm.io/package/subprocess-test-utils.md) ^1.0.0
- [@pythoncoderas/get-github-token](https://npm.io/package/@pythoncoderas/get-github-token.md) ^1.0.0

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 1.0.3 (latest) — 2022-07-06
- 1.0.2 — 2022-06-12
- 1.0.1 — 2022-06-12
- 1.0.0 — 2022-06-09

## README

# github-copy-secrets

Copy given secrets to a repository.

## Usage

```
  Description
    Copy secrets from a directory into a GitHub repository.

  Usage
    $ github-copy-secrets <secretsDirectory> <owner> <repository> [options]

  Options
    -t, --token      GitHub token
    -l, --list       List secrets that will be copied.
    -v, --version    Displays current version
    -h, --help       Displays this message
```

`secretsDirectory` is a directory containing secrets to be copied. Secret files are plaintext files in the directory.
Files starting with a `.` are ignored. When applying the secret, the extension is stripped from the secret name.

---
_Source: https://npm.io/package/github-copy-secrets · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
