FABRIC Python Client Library with CLI
Project description
FABRIC User CLI
Fabric User CLI for experiments
Overview
User CLI supports following kinds commands:
- Tokens: Token management
- Slices: Slice management
- Slivers: Sliver management
- Resources: Resource management
Command | SubCommand | Action | Input | Output |
---|---|---|---|---|
tokens |
issue |
Issue token with projectname and scope | projectname Project Name, scope Scope |
Points user to Credential Manager to generate the tokens |
token |
refresh |
Refresh token | projectname Project Name, scope Scope, refreshtoken Refresh Token |
Returns new identity and refresh tokens |
token |
revoke |
Revoke token | refreshtoken Refresh Token |
Success or Failure status |
slices |
query |
Query user slice(s) | idtoken Identity Token, refreshtoken Refresh Token, projectname Project Name, scope Scope, sliceid Slice Id |
List of Slices or Graph ML representing slice identified by Slice Id |
slices |
create |
Create user slice | idtoken Identity Token, refreshtoken Refresh Token, projectname Project Name, scope Scope, slicename Slice Name, slicegraph Slice graph |
List of Slivers created for the Slice |
slices |
delete |
Delete user slice | idtoken Identity Token, refreshtoken Refresh Token, projectname Project Name, scope Scope, sliceid Slice Id |
Success or Failure Status |
slivers |
query |
Query user sliver(s) | idtoken Identity Token, refreshtoken Refresh Token, projectname Project Name, scope Scope, sliceid Slice Id, sliverid Sliver Id |
List of Slivers for the slice identified by Slice Id or Sliver identified by Sliver Id |
resources |
query |
Query resources | idtoken Identity Token, refreshtoken Refresh Token, projectname Project Name, scope Scope |
Graph ML representing the available resources |
Requirements
Python 3.7+
Pre-requisites
Ensure that following are installed
virtualenv
virtualenvwrapper
Installation
Multiple installation options possible. For CF development the recommended method is to install from GitHub MASTER branch:
$ mkvirtualenv usercli
$ workon usercli
$ pip install git+https://github.com/fabric-testbed/fabric-cli.git
For inclusion in tools, etc, use PyPi
$ mkvirtualenv usercli
$ workon usercli
$ pip install fabric-cli
Configuration
User CLI expects the user to set FABRIC_ORCHESTRATOR_HOST
and FABRIC_CREDMGR_HOST
environment variables.
In addition, User is expected to pass either Fabric Identity Token or Fabric Refresh Token to all the orchestrator commands.
Alternatively, user is expected to set atleast one of the environment variables FABRIC_ID_TOKEN
and FABRIC_REFRESH_TOKEN
.
Create config.yml with default content as shown below.
To enable CLI auto-completion, add following line to your ~/.bashrc
eval "$(_FABRIC_CLI_COMPLETE=source_bash fabric-cli)"
Open a new shell to enable completion. Or run the eval command directly in your current shell to enable it temporarily.
Usage
User CLI supports token and resources commands:
(usercli) $ fabric-cli
Usage: fabric-cli [OPTIONS] COMMAND [ARGS]...
Options:
-v, --verbose
--help Show this message and exit.
Commands:
resources Resource management (set $FABRIC_ORCHESTRATOR_HOST to the...
slices Slice management (set $FABRIC_ORCHESTRATOR_HOST to the...
slivers Sliver management (set $FABRIC_ORCHESTRATOR_HOST to the...
tokens Token management (set $FABRIC_CREDMGR_HOST to the Credential...
Token Management Commands
List of the token commands supported can be found below:
(usercli) $ fabric-cli tokens
Usage: fabric-cli tokens [OPTIONS] COMMAND [ARGS]...
Token management (set $FABRIC_CREDMGR_HOST to the Credential Manager
Server)
Options:
--help Show this message and exit.
Commands:
issue Issue token with projectname and scope
refresh Refresh token
revoke Revoke token
Resource Management Commands
List of the resource commands supported can be found below:
$ fabric-cli resources
Usage: fabric-cli resources [OPTIONS] COMMAND [ARGS]...
Query Resources (set $FABRIC_ORCHESTRATOR_HOST to the Control Framework
Orchestrator)
Options:
--help Show this message and exit.
Commands:
query issue token with projectname and scope
Slice Management Commands
(usercli) $ fabric-cli slices
Usage: fabric-cli slices [OPTIONS] COMMAND [ARGS]...
Slice management (set $FABRIC_ORCHESTRATOR_HOST to the Orchestrator)
Options:
--help Show this message and exit.
Commands:
create Create user slice
delete Delete user slice
query Query user slice(s)
Sliver Management Commands
(usercli) $ fabric-cli slivers
Usage: fabric-cli slivers [OPTIONS] COMMAND [ARGS]...
Sliver management (set $FABRIC_ORCHESTRATOR_HOST to the Orchestrator)
Options:
--help Show this message and exit.
Commands:
query Query user slice sliver(s)
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
Built Distribution
File details
Details for the file fabric-cli-0.8.tar.gz
.
File metadata
- Download URL: fabric-cli-0.8.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9865957d4bee3322502379e08a4e549ce692b71d126fb33de026915bb3a698a |
|
MD5 | 91fbaa35eeaa09500eaef171d3f0b345 |
|
BLAKE2b-256 | c61330f522f03db951a245f88253fcbcbd55297dc3ad0f0d735122f9d0bac7ae |
File details
Details for the file fabric_cli-0.8-py3-none-any.whl
.
File metadata
- Download URL: fabric_cli-0.8-py3-none-any.whl
- Upload date:
- Size: 10.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce1b1d852272ab5bf2c144b8d21033a494169096b509642225460a2a932a149d |
|
MD5 | b478575b082710b1a03d2994ee0b341e |
|
BLAKE2b-256 | 84658bcacf09c75ecfcf4dd2cf402f3ee712451fd65c759efd50d1dc770e6578 |