معرفی شرکت ها


cdflow-272


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Deployment tooling for continuous delivery
ویژگی مقدار
سیستم عامل -
نام فایل cdflow-272
نام cdflow
نسخه کتابخانه 272
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Acuris
ایمیل نویسنده platform@acuris.com
آدرس صفحه اصلی https://mergermarket.github.io/cdflow
آدرس اینترنتی https://pypi.org/project/cdflow/
مجوز -
[![tests](https://github.com/mergermarket/cdflow/actions/workflows/test.yml/badge.svg)](https://github.com/mergermarket/cdflow/actions/workflows/test.yml) # cdflow - create and manage software services using continuous delivery This repository contains the cdflow command that you can install on your system (e.g. on your dev machine or CI server) in order to release, deploy and (eventally) decommission software services with ease. The code here is just a thin wrapper for the [cdflow docker image](https://github.com/mergermarket/cdflow-commands/) used to ensure you get the latest version when you release (with the option to pin should you need to) and that the image used remains consistent through your pipeline. Full documentation is here: https://mergermarket.github.io/cdflow/ ## Install ``` pip install cdflow ``` ## Running If you are using the [cdflow wrapper command](https://github.com/mergermarket/cdflow/) mentioned above, you can get usage information by running: ``` $ cdflow --help cdflow Create and manage software services using continuous delivery. Usage: cdflow release --platform-config <platform_config> <version> [options] cdflow deploy <environment> <version> [options] cdflow destroy <environment> [options] Options: -c <component_name>, --component <component_name> -v, --verbose -p, --plan-only ``` ## Tests ``` ./test.sh ```


نحوه نصب


نصب پکیج whl cdflow-272:

    pip install cdflow-272.whl


نصب پکیج tar.gz cdflow-272:

    pip install cdflow-272.tar.gz