0.3.0 • Published 4 years ago

entourage-cli v0.3.0

Weekly downloads
18
License
MIT
Repository
-
Last release
4 years ago

entourage-cli

Client for entourage

See repository page chriskalmar/entourage for more information.

Install

Using npm:

npm install entourage-cli

or using yarn:

yarn add entourage-cli

Example use with a CI pipeline

# initialize profile with the name 'demo'
# using the project's '.entourage.js' file as config
entourage-cli init demo

# using custom '.entourage.js' file as config
entourage-cli init demo --file test/.entourage.js

# meanwhile perform regular CI tasks
# like linting, building and so on

# check if profile is ready for up to 180 seconds before failing
entourage-cli wait demo 180

# collect generated ports and export them as environment variables
# e.g.
# PORT_httpbin_80=37820
# PORT_hello_80=47762
$(entourage-cli env demo)

# use new environment variable to configure your project
# and run integration tests

# clean up entourage server to free up resources
entourage-cli destroy demo

# continue with further CI tasks
0.3.0

4 years ago

0.2.9

4 years ago

0.2.8

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.0.10

4 years ago

0.2.4

4 years ago

0.1.13

4 years ago

0.1.10

4 years ago

0.1.8

4 years ago

0.1.9

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.0

4 years ago