Metadata-Version: 2.1
Name: aliros
Version: 1.5.0
Summary: A command-line tool to organize resources by Resource Orchestration Service for Alibaba Cloud.
Home-page: https://github.com/garrett-he/aliros
License: GPL-3.0
Keywords: alicloud,ros,devops
Author: Garrett HE
Author-email: garrett.he@outlook.com
Requires-Python: >=3.10,<3.13
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Utilities
Requires-Dist: aliyun-python-sdk-core (>=2.16.0,<3.0.0)
Requires-Dist: aliyun-python-sdk-ros (>=3.6.0,<4.0.0)
Requires-Dist: click (>=8.1.7,<9.0.0)
Project-URL: Repository, https://github.com/garrett-he/aliros.git
Description-Content-Type: text/markdown

# aliros

![License](https://img.shields.io/github/license/garrett-he/aliros)
![GitHub Workflow](https://img.shields.io/github/actions/workflow/status/garrett-he/aliros/ubuntu-jammy.yml)
![Version](https://img.shields.io/pypi/v/aliros)
![Python Versions](https://img.shields.io/pypi/pyversions/aliros)
![Downloads](https://img.shields.io/pypi/dm/aliros)

A command-line tool to organize resources by [Resource Orchestration Service][1]
for [Alibaba Cloud][2].

## Usage

```
Usage: aliros [OPTIONS] COMMAND [ARGS]...

  A command-line tool to organize resources by Resource Orchestration Service
  for Alibaba Cloud.

Options:
  --version       Show version information.
  --region TEXT   Target region to use
  --profile TEXT  Name of profile to use
  --help          Show this message and exit.

Commands:
  abandon-stack                   Abandon the specified stack.
  create-stack                    Create a new stack.
  delete-stack                    Delete the specified stack.
  describe-resource-type          Describe resource type.
  describe-resource-type-template Describe resource type template.
  describe-stack                  Describe the specified stack.
  describe-stack-resource         Describe the specified resource in stack.
  describe-stack-template         Describe template of the specified stack.
  list-regions                    List available regions.
  list-resource-types             List available resource types.
  list-stack-events               List events of the specified stack.
  list-stack-resources            List resources of the specified stack.
  list-stacks                     List stacks.
  preview-stack                   Preview of creating stack.
  update-stack                    Update the specified stack.
  validate-template               Validate the specified template.

```

## License

Copyright (C) 2024 Garrett HE <garrett.he@outlook.com>

The GNU General Public License (GPL) version 3, see [COPYING](./COPYING).

[1]: https://www.alibabacloud.com/help/doc-detail/28852.html

[2]: https://www.alibabacloud.com

