Replies: 1 comment
-
|
So I have settled on this as an interface : [06:10:17 UTC] [16:10:17 AEST] ➜ jigsaw deploy --help
Description:
Deploy your site.
Usage:
deploy [options]
Options:
-e, --environment[=ENVIRONMENT] What environment should we deploy? [default: "production"]
-t, --target[=TARGET] Where should we deploy your site? [default: "ghpages"]
-h, --help Display help for the given command. When no command is given display help for the list command
--silent Do not output any message
-q, --quiet Only errors are displayed. All other output is suppressed
-V, --version Display this application version
--ansi|--no-ansi Force (or disable --no-ansi) ANSI output
-n, --no-interaction Do not ask any interactive question
-v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
so by using defaults it will look like this: [06:10:07 UTC] [16:10:07 AEST] ➜ jigsaw deploy
Starting to deploy your production site to ghpages |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I love the doco around deployment but what if there was a
jigsaw deploycommand?I am imagining
jigsaw deploy --target=ghpages | aws | netlify | vercelI have started a branch here
It would be great to get some feedback before I am too far down the rabbit hole.
What would you expect from a command ? How should the settings be saved? In an .env, yaml or toml file?
Beta Was this translation helpful? Give feedback.
All reactions