CLI client for interfacing with a MASH server.
Project description
mash-client
overview
mash-client provides a command line utility to interface with the MASH server REST API.
Installation
To install the package use the following commands as root:
$ zypper ar http://download.opensuse.org/repositories/Cloud:/Tools/<distribution>
$ zypper refresh
$ zypper in mash-client
Requirements
- Click
- requests
- PyYaml
- PyJWT
Docs
Usage
Mash user commands
The mash user account is the authentication mechanism of a user against the mash server. It will store information about cloud framework specific account information. The cloud framework account information stored for a given mash user provides the credentials necessary for mash to access a cloud framework account.
mash user create
Create a mash user account.
mash user delete
Delete a mash user account.
mash user info
List information about your user account.
Mash authentication commands
Authentication command are used after a mash user has been created
mash auth login
Login to the mash user account
mash auth logout
Log out of the mash user account
mash auth token
Manage the authentication token
Mash cloud account commands
mash account <framework> add
Add cloud framework account information to the mash user account. Supported s are azure, ec2, and gce.
mash account <framework> delete
Remove cloud framework account information from the mash user account.
mash account <framework> info
Retrieve cloud framework account information from the mash user account.
mash account <framework> list
List all the framework accounts configured for the mash user.
mash account <framework> update
Update information for a cloud framework account for the mash user.
Mash job commands
mash job <framework> add [PATH_TO_JOB_DOC]
Send a job request to the mash server submitting the specified job document. The job document will be validated and a UUID is returned if the job is accepted.
mash job delete
Delete a job from the mash server. If the job is a one time job parts of the job may already be executed and created artifacts are not cleaned up.
mash job info
Retrieve information about a given job in the pipeline.
mash job list
List all the user's job in the mash pipeline.
All commands and subcommands support the --help
option to provide command help. For example
mash account azure add --help
Issues/Enhancements
Please submit issues and requests to Github.
Contributing
Contributions to mash-client are welcome and encouraged. See CONTRIBUTING for info on getting started.
License
Copyright (c) 2019 SUSE LLC.
Distributed under the terms of GPL-3.0+ license, see LICENSE for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mash_client-4.2.1.tar.gz
.
File metadata
- Download URL: mash_client-4.2.1.tar.gz
- Upload date:
- Size: 43.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a89245a9c284ae9024c89901cbe368d50c609f4930dbe546fcab344553cca531 |
|
MD5 | c19a11c5037659a95fcb528cd0139dd9 |
|
BLAKE2b-256 | 36cc3fa9c76810c03d46f44d52f0785a98637a00b8f5b54572ceb3d08c43a109 |
File details
Details for the file mash_client-4.2.1-py3-none-any.whl
.
File metadata
- Download URL: mash_client-4.2.1-py3-none-any.whl
- Upload date:
- Size: 50.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a66e890eb56a9a7d8e54dc253a37bce69c968ddf6ea1bc1fef66e01d5d5f3c48 |
|
MD5 | ef9a8ad0b83a55a4092125fef702f076 |
|
BLAKE2b-256 | 6a62066e67cdd9daf418e92de35fc0fb7e160d50ecb34d435403f2260af32481 |