Clone a repository, using an AWS credentials type

dolt clone

  • Clone a repository into a new directory.
    More information: <https://docs.dolthub.com/interfaces/cli#dolt-clone>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

dolt clone --aws-creds-type {{credentials_type}} {{repository_url}}

click the source code to copy