Metadata-Version: 2.1
Name: awsapicli
Version: 0.1.5
Summary: A cli tool exposing capabilities of awsapilib like control tower account creation, account renaming and email updating, account termination and more.
Home-page: https://github.com/schubergphilis/awsapicli.git
Author: Costas Tyfoxylos
Author-email: ctyfoxylos@schubergphilis.com
License: MIT
Keywords: awsapicli aws api
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
License-File: LICENSE
License-File: AUTHORS.rst

=========
awsapicli
=========

A cli tool exposing capabilities of awsapilib like control tower account creation, account renaming and email updating, account termination and more.


* Documentation: https://awsapicli.readthedocs.org/en/latest


Project Features
================

* Creates an account through Control Tower. Supports nested OU by specifying a parent hierarchy up to 5 levels. It can create the OUs specified automatically if they don't exist with the usage of the force flag
* Requests password reset to activate the root account
* Resets the password of the root, activating the account providing the reset url from the request step.
* Activate IAM access to the billing console with the usage of the root password
* Can update the name and the email of the account
* Can activate and deactivate virtual MFA devices.




History
-------

0.0.1 (24-12-2021)
---------------------

* First code creation


0.1.0 (29-12-2021)
------------------

* Initial release


0.1.1 (29-12-2021)
------------------

* Disabled Iterm solver since the rendering does not work with the rich framework.


0.1.2 (29-12-2021)
------------------

* Linted code.


0.1.3 (29-12-2021)
------------------

* Bumped dependencies for a fix on account creation.


0.1.4 (30-12-2021)
------------------

* Bumped dependencies and fixed typo.


0.1.5 (26-04-2022)
------------------

* Updated dependencies.


