@iamken/cloudtunnel 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -20,6 +20,8 @@ cloudtunnel login # once — paste a Cloudflare token; account + domain auto
20
20
  cloudtunnel 3000 # → https://brave-otter-1a2b.example.com is live ✨
21
21
  ```
22
22
 
23
+ > 💨 Prefer less typing? **`ctun`** is a built-in short alias — `ctun 3000`, `ctun ls`, `ctun down 1`.
24
+
23
25
  ---
24
26
 
25
27
  ## ✨ Why cloudtunnel
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@iamken/cloudtunnel",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Manage Cloudflare Tunnels and subdomains account-wide from the CLI — instant HTTPS sharing on your own domains.",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "cloudtunnel": "dist/index.js",
8
- "ct": "dist/index.js"
8
+ "ctun": "dist/index.js"
9
9
  },
10
10
  "files": [
11
11
  "dist"