Skip to content

Releases: roots/trellis-cli

v0.5.0

01 Sep 20:19
Compare
Choose a tag to compare

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

28 Jul 15:42
Compare
Choose a tag to compare

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

15 Feb 03:28
Compare
Choose a tag to compare

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

10 Feb 21:30
1d51e05
Compare
Choose a tag to compare

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

01 Feb 02:07
a7cab6e
Compare
Choose a tag to compare

Changelog

7d8f38f Add --vault-pass option
7287858 Add yaml comment headers to configs
17c3f50 Generate .vault_pass file
70f505b Merge pull request #21 from roots/generate-vault-pass
a7cab6e Merge pull request #23 from roots/add-yaml-comment-headers

v0.2.0

29 Jan 04:16
c5c918a
Compare
Choose a tag to compare

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

v0.1.2

17 Jan 04:56
Compare
Choose a tag to compare

Changelog

afdaf90 Improve Trellis project detection

v0.1.1

17 Jan 04:12
Compare
Choose a tag to compare

Changelog

c7da88c Add brew to goreleaser
0295d39 Fix provision command completion
04f7bd0 Update README
f536401 Update brew project name

v0.1.0

17 Jan 02:08
Compare
Choose a tag to compare

Changelog

22a4d68 Initial commit