Skip to content

Commit

Permalink
Merge pull request #1 from timothyasp/patch-1
Browse files Browse the repository at this point in the history
Fix command documentation
  • Loading branch information
Orrison authored Feb 1, 2022
2 parents fa41007 + c85e6e3 commit cb59ea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Cumulus directly executes some commands via Laravel Vapor. So you will need to b

Now that you have a valid Cloudflare API token and are logged in to a Vapor team that has access to the domain you are attempting to import, you can run the following command to import the DNS records for your domain.
```bash
cumulus cloudflare:import [THE_DOMAIN_NAME]
cumulus records:import [THE_DOMAIN_NAME]
```
This will import any missing DNS records that Vapor specifies into the Cloudflare DNS zone. As well as update any incorrect or changed records.

Expand All @@ -60,4 +60,4 @@ When you use a subdomain for a project environment Laravel Vapor will automatica
For example if you have a subdomain `sub.example.com`, you would run the following command to import the DNS records:
```bash
cumulus cloudflare:import example.com
```
```

0 comments on commit cb59ea9

Please sign in to comment.