We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Leveraging feeds the CLI could provide a command that would implement the following flow:
name
hash
defaultpath
index.html
So the command could be something like erebos website:upload ./dist --name=my-website --key-file=./key
erebos website:upload ./dist --name=my-website --key-file=./key
Another website:create command could be used to create the key pair and write it to the file for example depending on the provided flags.
website:create
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Leveraging feeds the CLI could provide a command that would implement the following flow:
name
or the manifesthash
)defaultpath
set toindex.html
So the command could be something like
erebos website:upload ./dist --name=my-website --key-file=./key
Another
website:create
command could be used to create the key pair and write it to the file for example depending on the provided flags.The text was updated successfully, but these errors were encountered: