@f-o-h/cli 0.1.0

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 (3) hide show
  1. package/README.md +32 -0
  2. package/dist/foh.js +36575 -0
  3. package/package.json +39 -0
package/README.md ADDED
@@ -0,0 +1,32 @@
1
+ # Front Of House CLI
2
+
3
+ AI-operator provisioning CLI for Front Of House.
4
+
5
+ Public mirror: https://github.com/iiko38/front-of-house-cli
6
+
7
+ This mirror is a generated release artifact. The private product monorepo is not
8
+ published here, and no open-source license is granted unless stated separately.
9
+
10
+ ## Install
11
+
12
+ ```bash
13
+ npx @f-o-h/cli setup
14
+ ```
15
+
16
+ Or install globally:
17
+
18
+ ```bash
19
+ npm install -g @f-o-h/cli
20
+ foh --help
21
+ ```
22
+
23
+ ## First Run
24
+
25
+ ```bash
26
+ foh auth login
27
+ foh org list
28
+ foh org use --org <org-id>
29
+ foh setup
30
+ ```
31
+
32
+ The CLI defaults to the production API at `https://api.frontofhouse.okii.uk`.