Metadata-Version: 2.1
Name: namespaxe
Version: 0.1.1
Summary: A command-line tool for interacting with cloud services.
Home-page: https://github.com/pyincorporation-com/namespaxe-cli
Author: Gabriel Nzilantuzu
Author-email: gabrielnzilantuzu@pyincorporation.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: click
Requires-Dist: pyyaml
Requires-Dist: python-decouple
Requires-Dist: tabulate

## Usage

To use the `namespaxe` CLI tool, run the command followed by the desired operation:

### Commands

- **Login:** `namespaxe login`

- **List Resources:**

  - `namespaxe list <resource>`
  - `namespaxe list <resource> --wide`

- **Describe Resource:**

  - `namespaxe describe <resource> <resource_name>`
  - `namespaxe describe <resource> <resource_name> --wide`

- **Install Kubernetes Configuration:** `namespaxe install-k8s-config <resource> <namespace_name>`

- **Help:** `namespaxe help`

## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.
