Owen Voke пре 4 година
родитељ
комит
e815eb4c6e
1 измењених фајлова са 28 додато и 0 уклоњено
  1. 28 0
      pages/common/expose.md

+ 28 - 0
pages/common/expose.md

@@ -0,0 +1,28 @@
+# expose
+
+> An open source tunnel application for sharing websites.
+> More information: <https://beyondco.de/docs/expose>.
+
+- Register your authentication token:
+
+`expose token {{token}}`
+
+- Share the current working directory:
+
+`expose`
+
+- Share the current working directory with a specific subdomain:
+
+`expose --subdomain={{subdomain}}`
+
+- Share a local url:
+
+`expose share {{url}}`
+
+- Run the Expose server:
+
+`expose serve`
+
+- Run the Expose server with a specific hostname:
+
+`expose serve {{hostname}}`