From c37da1af742eaae3b27e8e70ad594f7985a69886 Mon Sep 17 00:00:00 2001 From: William Harrison <115670568+WDH-2@users.noreply.github.com> Date: Sun, 19 Mar 2023 08:51:30 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2e46e68b8..512ac4304 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,9 @@ Discord Server

-## Registration -###### Manual registration: +## Register +### Manual Registration + - [Fork](https://github.com/is-a-dev/register/fork) this repository. - Add a new file called `your-domain-name.json` in the `domains` folder to register `your-domain-name.is-a.dev`. - [Read the documentation](https://is-a.dev/docs). @@ -25,17 +26,25 @@ - After the pull request is merged, please allow up to 24 hours for the changes to propagate. - Enjoy your new `.is-a.dev` domain! -###### Or if you prefer to use your command line: +### CLI Registration + +Install the CLI: ```bash npm install @is-a-dev/cli -g - -is-a-dev login - -is-a-dev create ``` +Login to the CLI: +```bash +is-a-dev login +``` + +Register a subdomain on the CLI: + +``` +is-a-dev register +``` ## Status You can check the uptime of our services on our [status dashboard](https://stats.uptimerobot.com/zY4XKIRVzw). From 7ae89a55daf87532822257aacda5fe5f76955138 Mon Sep 17 00:00:00 2001 From: William Harrison <115670568+WDH-2@users.noreply.github.com> Date: Sun, 19 Mar 2023 08:52:38 +0800 Subject: [PATCH 2/2] docs: add source code --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 512ac4304..74b9d107e 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ ### CLI Registration +###### Source Code: https://github.com/wdhdev/is-a-dev-cli + Install the CLI: ```bash