Releases: roots/trellis-cli
v0.5.1
v0.5.0
Changelog
c67c250 Add dotenv
command
766b515 Add options to new command to bypass prompts
d41b73b Add some tests for the new cmd
b5856b3 DotEnv: Add integration tests
e649bb5 Fix goreleaser brew deprecation
c38cf24 Readme: Add Quick Install (Unstable - macOS and Linux via Homebrew)
445633c Readme: Maintainers should build docker images without caching
4f7a16f Remove needless Getwd logic
9c78ab0 Synopsis consistency
2586daf Update Go version req
v0.4.0
Changelog
3ba28ac Add halt
command
c70fa16 Add valet link
command (#48)
bb06d55 Add get/install script
12a2c1e Add ssh command
223de1a Add up command for Vagrant
d142657 Change halt
command to down
to make Austin happy
b49eb50 CircleCI: Deploy via goreleaser
on tag
db2c94d CircleCI: Run go test -v ./...
8386812 Consistent command options formatting
9440e81 Deploy: only require SITE if there's more than one
8565351 Finish down command
58ebcab Fix circle goreleaser step
097eed5 Improve error for invalid name/path in new command
e19ca25 Improve vault encrypt/decrypt commands
155af0b Improves site usage for deploy and rollback
aa60fdf Merge pull request #38 from roots/up-command
ffb5fb4 Merge pull request #39 from roots/deploy-default-site
5226250 Merge pull request #43 from roots/down-command
c150731 Merge pull request #44 from roots/improve-vault-commands
7552cc3 Merge pull request #45 from roots/fix-new-command-invalid-domain-path-exception
6ecbfe7 Merge pull request #46 from roots/add-ssh-command
bb8e1d7 Merge pull request #47 from roots/improve-deploy-and-rollback
3acd681 Merge pull request #49 from TangRufus/circleci
3adc82d Move isFileEncrypted to a better place
bda67ce README updates
bce25a9 Remove travis.yml
3ec0a15 Typo fix
67f9bae v0.4.0
v0.3.1
Changelog
c76d7d6 Fix #34 - allow quitting ask host prompt
e9a75cf Hide help in prompt
1b20435 Merge pull request #33 from roots/remove-special-characters-from-random-string-generator
ca5cc36 Merge pull request #35 from roots/fix-new-host-prompt
7f8fc37 Remove special chars from random strings
80e6651 v0.3.1
v0.3.0
Changelog
c46268c Add check command for requirements
f1bf82b Add droplet command
2f9a88f Add vault commands
88fa37e Better help for parent commands
dac7a9e Improve "new" command prompts
8007664 Improve common completion functions
cccd8c1 Merge pull request #24 from roots/check-command
f99390d Merge pull request #25 from roots/improve-new-prompts
fb7e05f Merge pull request #27 from roots/vault-commands
1d51e05 Merge pull request #28 from roots/up-command-digitalocean-support
1b9c705 Merge pull request #30 from roots/improve-common-completions
v0.2.1
v0.2.0
Changelog
d59f2a8 Add brew install
61c3bec Fix #3 - Site names are now correct per env
e079319 Fix #8 - Refactor project detection
037b896 Generate configs during project creation
82f5a1c Improve Trellis project detection
8605b71 Improve new project output
734a79d Improve output with colours
c869951 Merge pull request #15 from roots/refactor-project-detection
9900ff9 Merge pull request #16 from roots/tests
91fe396 Merge pull request #17 from roots/detect-standard-trellis-project-structure
a52fecd Merge pull request #18 from roots/update-config-files
c5c918a Merge pull request #19 from roots/improve-new-prompts
c666e41 Move project name to prompt
20ac1f4 README updates
696208f Tests
e8e2e7e Write .trellis.yml file during creation