Releases: architect-team/architect-cli
Releases · architect-team/architect-cli
v0.4.8
- Add new value_from syntax for easier interpolation
- Remove old subscriptions/notifications syntax
- Remove old api block
v0.4.7
- Browser login flow to support social
- Validation for service/env configs
- Support for nested dependencies
v0.4.6
- Added alternative interface syntax
- Support for volume host_path in service config
v0.4.5
- Up timeout for remote cli deploys
v0.4.4
- Added ability to define services in the environment config
- Added interfaces which allow a service to expose multiple ports
v0.4.3
- Added
readonly
mode support for volume claims
- Fixed host mounting for volumes from local environment configs to use path relative to environment instead of relative to services.
v0.4.2
- Added
dns.searches
to environment config spec to allow for intranet DNS resolution on deployments
- Added
volumes
registration blocks to service configs allowing creators to cite volumes they need mounted to their runtimes. Volumes can be mapped to specific host paths via debug.volumes["<volume-name>"]
in the environment config for local testing.
- Updated the
architect init
command to provide a better walkthrough for creating a service configuration
v0.4.1
Merge branch 'master' of https://github.com/architect-team/architect-cli