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
+3-12Lines changed: 3 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ goilerplate new
29
29
30
30
`new` opens a small terminal wizard. Choose a project name, module path, database, frontend, and the features you need. Review the command, press Enter, and get an ordinary Go repository on your machine.
31
31
32
-
Prefer explicit flags for scripts or CI:
32
+
Prefer explicit flags for repeatable commands:
33
33
34
34
```text
35
35
goilerplate new --name Acme --module example.com/acme ./acme
The Free edition is a fixed htmx, SQLite, and SMTP foundation. Paid generation adds htmx or Datastar, PostgreSQL, payment providers, teams, OAuth, storage, content, and the Projects example.
40
40
41
-
The website builder produces the same flags. The terminal wizard, copied commands, and CI all use one generation path.
41
+
The website builder produces the same flags. The terminal wizardand copied commands use one generation path.
`whoami` prints the license ID. Owners invite or remove people. A company always keeps at least one Owner.
69
-
70
-
CI uses a separate generation-only token:
71
-
72
-
```text
73
-
goilerplate token create <license-id> deploy
74
-
GOILERPLATE_TOKEN="$GOILERPLATE_TOKEN" goilerplate new --module example.com/acme ./acme
75
-
```
76
-
77
-
Store the token in the CI provider's secret store. It cannot manage people or other tokens.
68
+
`whoami` prints `Access: Free` or `Access: Paid`. Paid users also see their license IDs. Owners invite or remove people. A company always keeps at least one Owner.
0 commit comments