https://github.com/garrett-he/aliros
A command-line tool to organize resources by Resource Orchestration Service for Alibaba Cloud.
https://github.com/garrett-he/aliros
alicloud aliyun devops ros
Last synced: about 1 month ago
JSON representation
A command-line tool to organize resources by Resource Orchestration Service for Alibaba Cloud.
- Host: GitHub
- URL: https://github.com/garrett-he/aliros
- Owner: garrett-he
- License: bsd-3-clause
- Created: 2023-10-11T02:10:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-03T13:36:37.000Z (3 months ago)
- Last Synced: 2025-03-27T21:39:52.116Z (about 2 months ago)
- Topics: alicloud, aliyun, devops, ros
- Language: Python
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
The BSD 3-Clause License, see [LICENSE](./LICENSE).
[1]: https://www.alibabacloud.com/help/doc-detail/28852.html
[2]: https://www.alibabacloud.com