website.automate:shell

Shell for the automate.website API

Лицензия

Лицензия

Категории

Категории

Auto Библиотеки уровня приложения Code Generators
Группа

Группа

website.automate
Идентификатор

Идентификатор

shell
Последняя версия

Последняя версия

1.0.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

website.automate:shell
Shell for the automate.website API
Ссылка на сайт

Ссылка на сайт

https://github.com/automate-website/shell
Организация-разработчик

Организация-разработчик

Pivotal Software, Inc.
Система контроля версий

Система контроля версий

https://github.com/automate-website/shell

Скачать shell

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/website.automate/shell/ -->
<dependency>
    <groupId>website.automate</groupId>
    <artifactId>shell</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/website.automate/shell/
implementation 'website.automate:shell:1.0.0'
// https://jarcasting.com/artifacts/website.automate/shell/
implementation ("website.automate:shell:1.0.0")
'website.automate:shell:jar:1.0.0'
<dependency org="website.automate" name="shell" rev="1.0.0">
  <artifact name="shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='website.automate', module='shell', version='1.0.0')
)
libraryDependencies += "website.automate" % "shell" % "1.0.0"
[website.automate/shell "1.0.0"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
website.automate : manager-api-client jar 0.8.2
org.springframework.shell : spring-shell-starter jar 2.0.0.M2

test (1)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter-test jar 1.5.4.RELEASE

Модули Проекта

Данный проект не имеет модулей.

Automate Website Shell (AWS)

Maven Central Build Status codecov.io Docker Hub

Provides a shell to interact with the automate.website API.

Getting Started

Docker Image

Run interactive aws:

docker run -it automatewebsite/shell

Run aws script:

 docker run -it automatewebsite/shell -v /script.aws:/script.aws @/script.aws

Java Artifact (>= JRE 8)

Cross-platform:

java -jar shell-1.0.0.jar

CentOS/Ubuntu/Debian

./shell-1.0.0.jar

Commands

Comands may be bundled into a script file and executed:

echo "list-scenarios example-project" > /script.aws && ./shell-1.0.0.jar @script.aws

Certain order assumed, when parameters specified without names:

run-scenarios example-project example-scenario

Explicit parameter naming allows reordering:

run-scenarios --scenarios example-scenario --project example-project 
Name Parameters Description Example
login username, password Authenticate against automate.website API. login admin secret
list-projects - List all projects for the authenticated user. list-projects
list-scenarios project List project scenarios for the authenticated user. list-scenarios example-project
run-scenarios project, scenarios Run selected project scenarios for the authenticated user. run-scenarios example-project example-scenario

References

Refer to the changelog for recent notable changes and modifications.

Continuous Integration and Delivery

See .travis.yml.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Maintainers

License

See the LICENSE file for details

website.automate

automate.website

Версии библиотеки

Версия
1.0.0