1.0.2 • Published 9 months ago

2pme v1.0.2

Weekly downloads
-
License
GPL-3.0-only
Repository
-
Last release
9 months ago

2peekme CLI

A command-line interface tool for interacting with the 2PeekMe API. This CLI allows you to manage subdomains, DNS records, and your API key easily from your terminal.

More documentaiton can be found here: https://2peek.me

Installation

To install the 2peekme CLI globally, run the following command:

npm i -g 2pme

Usage

After installation, you can use the CLI with the following command:

2pme [command]

Commands

Here are some of the available commands:

  • key - Manage your API key.

    • Options:
      • --create - Generate a new API key.
      • --set <key> - Set your API key.
      • --info - Get information about your API key.
      • --delete - Delete your current API key.
  • create - Create a new subdomain.

    • Options:
      • --name <name> - Subdomain name.
      • --type <type> - DNS record type (A, CNAME, TXT, etc.).
      • --value <value> - Record value.
  • update - Update an existing subdomain.

    • Options:
      • --name <name> - Subdomain name.
      • --type <type> - New DNS record type.
      • --value <value> - New record value.
  • delete - Delete a subdomain.

    • Options:
      • --name <name> - Subdomain name.
  • list - List all subdomains.

License

This project is licensed under the GPL-3.0 License.

1.0.2

9 months ago

1.0.1

11 months ago

1.0.0

12 months ago