Tiktalik Computing command line interface
Project description
Tiktalik Command Line Interface
This is a command line interface utility implemented in Python, which enables the user to perform core operations on the Tiktalik Cloud Computing service.
Requirements
- tiktalik-python
- Python >=3.5
Note that package dependencies are automatically installed by pip.
Installation
Install using pip:
$ pip install tiktalik-cli
Authentication
To use the CLI you need an API key. You can generate one in your admin panel. The API authentication information consists of an API key and an API secret. You can save this information locally by executing:
$ tiktalik init-auth API-KEY API-SECRET
This saves the key and secret to ~/.tiktalik/auth
Alternatively, if you don't want to save your API key, you can use the --key
and --secret
switches on the commandline.
Usage
The basic usage patterns is:
$ tiktalik COMMAND
You can get a list of commands by running tiktalik
without arguments.
To get a help on a specific command, run:
$ tiktalik COMMAND --help
We also have a tutorial to quickly get you started.
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
Hashes for tiktalik_cli-1.9.3.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 482b6c50cd64d7334373dff48bd8ba7b03a37415692350ba031be1b8e7ae575d |
|
MD5 | 4c7bed2df2469b1c40b0310fa87bfc8e |
|
BLAKE2b-256 | e7ca1246aecdbbb13f4733ce34be6e0531a4db3ab64150449653b104f51335e5 |