You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-7Lines changed: 24 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,24 @@ Bring your own key and pay your own bill, then let me do the rest.
6
6
7
7
## Installation
8
8
9
-
Install tailportal globally with npm:
9
+
### Stable Release
10
+
11
+
Install the latest stable version globally with npm:
10
12
11
13
```bash
12
14
npm install -g tailportal
13
15
```
14
16
17
+
### Beta Release
18
+
19
+
For the latest features and fixes, you can install the beta version which is automatically published from the main branch:
20
+
21
+
```bash
22
+
npm install -g tailportal@beta
23
+
```
24
+
25
+
> **Note**: Both stable and beta releases are automatically published via GitHub Actions. Stable releases are published when version tags are created, while beta releases are published on every push to the main branch.
26
+
15
27
## Usage
16
28
17
29
### Step 0: Install and setup pulumi CLI
@@ -65,21 +77,26 @@ Once installed globally and environment variables are set:
65
77
66
78
```bash
67
79
tailportal --help
68
-
tailportal list
69
-
tailportal create vultr ewr
70
-
tailportal remove instance-name
71
-
tailportal destroy
80
+
tailportal region # List available regions
81
+
tailportal list # List current instances
82
+
tailportal create vultr ewr # Create instance on Vultr in Newark
83
+
tailportal remove instance-name # Remove specific instance
0 commit comments