Metadata-Version: 2.1
Name: lmctl
Version: 2.1.1
Summary: Lifecycle Manager command line tool
Home-page: https://github.com/accanto-systems/lmctl
Author: Accanto Systems
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: requests
Requires-Dist: ruamel.yaml
Requires-Dist: oyaml
Requires-Dist: tabulate

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Build Status](https://travis-ci.com/accanto-systems/lmctl.svg?branch=master)](https://travis-ci.com/accanto-systems/lmctl)
[![PyPI version](https://badge.fury.io/py/lmctl.svg)](https://badge.fury.io/py/lmctl)

# Lifecycle Manager Controller (lmctl)

LMCTL is a command-line client for the Stratoss™ Lifecycle Manager (Stratoss LM) that provides commands for interacting with LM environments. It includes an opinionated pattern for managing service designs during the CICD lifecycle as projects, to produce packages suitable for release into production.

The tool may also be used to manage deployment locations in Stratoss LM environments.

# Using LMCTL

To start using LMCTL read the [User Guide](http://servicelifecyclemanager.com/reference/lmctl)

# Development Docs

For documentation related to developing LMCTL please see the [development docs](./docs/index.md)


