https://github.com/zephinzer/zctl
My personal CLI tool for developer productivity
https://github.com/zephinzer/zctl
Last synced: 3 months ago
JSON representation
My personal CLI tool for developer productivity
- Host: GitHub
- URL: https://github.com/zephinzer/zctl
- Owner: zephinzer
- Created: 2023-03-15T17:10:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-17T11:35:06.000Z (over 2 years ago)
- Last Synced: 2025-02-01T18:27:10.657Z (5 months ago)
- Language: Go
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `zctl`
My personal CLI tool. Use AS-IS and check this README.md for updates to the commands.
- [`zctl`](#zctl)
- [Commands](#commands)
- [`create`](#create)
- [`gpgkey`](#gpgkey)
- [`helm`](#helm)
- [`k8s`](#k8s)
- [`sshkey`](#sshkey)
- [`tlscert`](#tlscert)
- [`get`](#get)
- [`base64`](#base64)
- [`deps`](#deps)
- [`md5`](#md5)
- [`sha256`](#sha256)# Commands
## `create`
### `gpgkey`
Creates a GPG key for use with Github/Gitlab/Bitbucket *etc*.
### `helm`
Creates Kubernetes deployment manifests for use in Helm charts.
### `k8s`
Creates Kubernetes deployment manifests.
### `sshkey`
Creates an SSH key
### `tlscert`
Creates a set of certificates and keys for use in development for TLS.
## `get`
### `base64`
Gets the Base64 encoding of a file or string.
### `deps`
Detects the type of project and automagically runs the standard commands for that language for installing dependencies.
### `md5`
Gets the MD-5 hash of a file or string.
### `sha256`
Gets the SHA-256 hash of a file or string.