StackTask API Client Library
Project description
StackTaskClient is a command-line and python client for StackTask.
Getting Started
StackTask Client can be installed from PyPI using pip:
pip install python-stacktaskclient
There are a few variants on getting help. A list of global options and supported commands is shown with –help:
stacktask --help
There is also a help command that can be used to get help text for a specific command:
stacktask user-invite --help
Configuration
Authentication using username/password is most commonly used:
export OS_AUTH_URL=<url-to-openstack-identity> export OS_PROJECT_NAME=<project-name> export OS_USERNAME=<username> export OS_PASSWORD=<password>
The corresponding command-line options look very similar:
--os-auth-url <url> --os-project-name <project-name> --os-username <username> [--os-password <password>]
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file python-stacktaskclient-0.1.3.tar.gz
.
File metadata
- Download URL: python-stacktaskclient-0.1.3.tar.gz
- Upload date:
- Size: 41.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | febdf44e9d8565eb510195b3617627cbc6bcae32b58f20510cbffea113b8e996 |
|
MD5 | 4536a3526b9f7cf0c6b219098abeb02a |
|
BLAKE2b-256 | d190b17913df88c1d3bc3038fb013657d8c148fabd0a96e23789f40f3a383450 |