feat(cli): extract tar in template pull (#6289)

This commit is contained in:
Ammar Bandukwala
2023-02-22 19:29:51 +00:00
committed by GitHub
parent 8231de94ca
commit f7c10adb04
7 changed files with 127 additions and 41 deletions
+1
View File
@@ -10,6 +10,7 @@ coder templates pull <name> [destination] [flags]
```
-h, --help help for pull
--tar output the template as a tar archive to stdout
-y, --yes Bypass prompts
```