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
Close
Hashes for python-stacktaskclient-0.1.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e27c7ae0d13817c70cd20310f2164cf2807acbe83b667e03c180176091b39e41 |
|
MD5 | 185a44d02a44cc292c6844ef8e7fd049 |
|
BLAKE2b-256 | 1ca7ca9fe8403ba16160ef2bc8da03f27b3c94d1086c73159d1059324015ff79 |