Releases: divshot/divshot-cli
1.0.0 - Solid!
Welcome to divshot-cli 1.0.0. Not much different, just more solid and a couple more features for your pursuit of joy.
- NEW - changelog command - view the cli changelog from the command line
- NEW - We now validate your Divshot config file so don't get weird outputs if you invalid JSON in there.
- FIXED -
divshot pull
anddivshot files
now work again. Fixes and issue that popped up when we introduced faster pushes.
0.18.0 - Environment configuration
This is a single feature release that gives you the ability to configure the environment of your application. Things like force_ssl
and force_domain
are currently the only implementation that affect your app in production.
See Environment Config Docs for more info.
Note: 0.18.0 is secretly 1.0-rc ... shhhhh
0.17.0 - Superstatic 1.0
This is a dependency update release. divshot-cli
now uses Superstatic 1.0
for the divshot server
command.
0.16.0 - Application Production Status
View the 0.16.0 milestone for more details
Major Updates
- NEW: Application production status toggling. See Production Mode Docs for details on production mode.
- UDPATE: updated Superstatic to 0.13.x
- FIXED: Using --token in build environments is no more reliable with no access to home directory
0.14.0 - Incremental Uploads
We've updated how divshot push
works.
push
now avoids uploading the same file twice. This leads to vastly more efficient use of your bandwidth and faster deploys.
Add .divshot-cache
/ to your .gitignore
and enjoy the friendly skies with 0.14.x
0.13 - Revamped Push
We completely rewrote the way that the deploy process works to be more stable against poor network connectivity and other issues. You'll also now see a nice progress bar instead of being blasted with filenames.
0.12.0 - Initiate all the Things!
View the 0.12.0 milestone for full details.
Major updates
- Initiate an app in a specified directory -
divshot init [dirname]
now initiates a new app in the specified directory, creating some default files to make it easier to get started. - Auto generated error page - now, your app will always have a custom error page for when something bad happens
- Update Superstatic to 0.11.x - this brings all sorts of goodies to the
divshot server
command. - Other fun things that make Divshot much wower!
0.11.0 - Get back your old files like a boss
View the 0.11.0 milestone for full details.
Major updates
- Download files from any environment - now you can get those files back that you accidentally deleted. One of our most requested features.
- List all files for any environment - need to see what files were deployed to a specific environment, now you can!
- Update README with missing command documentation
- emails
- emails:add
- emails:remove
- emails:resend
- env
- env:add
- env:pull
- files
- pull
- unprotect
0.10.0
View the 0.10.0 milestone for full details.
Major updates
- Updated Superstatic to 0.10.0 - that means it's faster, more stable, and adds the redirects configuration!
- Package out of date notification - get notified when there is a newer version of divshot-cli
- Get specific configuration values - no need to list your entire app's configuration. just use
divshot config <config name>
to get a specific value! - Version badge - Added a version badge so you always know the latest version on NPM
- Various bug fixes
0.9.0 - Improved Authentication Flow
In this release, divshot login
has received a big upgrade to a new, PIN-less authentication system. When run, it should open your browser to Divshot's authentication server. Once authenticated, the client will gain authorization without you needing to enter a PIN code.