Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 696 Bytes

template-clone.md

File metadata and controls

41 lines (23 loc) · 696 Bytes

Clone


Clone template repository to template home path.

Command

flint template clone <repository-url> [<template-name>] [--branch | -b <branch>] [--force | -f] [--verbose | -v]

or

flint t c <repository-url> [<template-name>] [--branch | -b <branch>] [--force | -f] [--verbose | -v]

Argument

<repository-url>

Repository URL to clone.

[<template-name>]

Template name. This is sub path relative to template home. If not present, the value will be the name from repository URL.

Option

[--branch | -b <branch>]

Branch to clone.

[--force | -f]

Override existing template under template home.

[--verbose | -v]

Output more information.