scottyjs
scottyjs copied to clipboard
Deploy static websites and single page apps to AWS S3 and CloudFront with a single command
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...
I configured a few profiles using the `aws configure --profile xyz` command as suggested in your documentation, but when I try to use the `scotty --profile xyz` it does not...
Hi, Thanks for building this - really liking it so far! I've set up Scotty to continually deploy on every git commit using Gitlab. The command is executing successfully, but...
Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 6.6.0. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v6.6.0 > * [`39dfe08`](https://github.com/eslint/eslint/commit/39dfe0880fa934e287e8ea1f7b56d5cba8d43765) Update: false positives in function-call-argument-newline (fixes [#12123](https://github-redirect.dependabot.com/eslint/eslint/issues/12123)) ([#12280](https://github-redirect.dependabot.com/eslint/eslint/issues/12280)) (Scott O'Hara) > *...
#### Description This PR fixes one or more vulnerable packages in the `npm` dependencies of this project. See the [Snyk test report](https://app.snyk.io/org/stojanovic/test/github/4e557a83-394d-4bcc-ae41-4d4c1f0a2337/master..snyk-fix-1becdb0db5e9b49c13f8e316bc179983) for more details. #### Snyk Project: [stojanovic/scottyjs:package.json](https://app.snyk.io/org/stojanovic/project/4e557a83-394d-4bcc-ae41-4d4c1f0a2337) ####...
### Summay I fixed the Issue below. Please refer it if you want to know what the problem is. [Issue29](https://github.com/stojanovic/scottyjs/issues/29)
It seems like uploads lately either are very slow or even stall completely. This is happening to me from lots of different networks. This is what I see when that...
I get this output with `--nocdn` option. ``` CDN URL: https://undefined/ CloudFront is super slow, this link should be valid in next 10 minutes or so. ```
### Related issue A related issue is below. [Issue 35](https://github.com/stojanovic/scottyjs/issues/35)
### Summary I found unnecessary spaces are in "AVAILABLE OPTIONS" in help page. I attached the screenshot about this.  ### What is expected I think extra spaces should be...