Forrest logo
back to context overview

surge

List of commands for surge:

  • surge:tldr:1a04c surge: Deploy site to custom domain (note that the DNS records must point to the surge.sh subdomain).
    $ surge ${path-to-my_project} ${my_custom_domain-com}
    try on your machine
    explain this command
  • surge:tldr:60da2 surge: Upload a new site to surge.sh.
    $ surge ${path-to-my_project}
    try on your machine
    explain this command
  • surge:tldr:95f44 surge: List your surge projects.
    $ surge list
    try on your machine
    explain this command
  • surge:tldr:b6916 surge: Remove a project.
    $ surge teardown ${my_custom_domain-com}
    try on your machine
    explain this command
back to context overview