From e815eb4c6e478c90e3b0a13970702f0a814b18ab Mon Sep 17 00:00:00 2001 From: Owen Voke Date: Fri, 28 Aug 2020 09:12:44 +0100 Subject: [PATCH] expose: add page (#4285) --- pages/common/expose.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 pages/common/expose.md diff --git a/pages/common/expose.md b/pages/common/expose.md new file mode 100644 index 0000000000..4b76779398 --- /dev/null +++ b/pages/common/expose.md @@ -0,0 +1,28 @@ +# expose + +> An open source tunnel application for sharing websites. +> More information: . + +- 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}}`