示例#1
0
def test_describe_project():
    spb.client()
    command = Command(type='describe_project')
    projects = spb.run(command=command)

    for item in projects:
        print(item)
示例#2
0
def _initiation_cli():

    from spb.cli_core.helper import Helper

    global helper
    if helper is None:
        helper = Helper()
    spb.client()
示例#3
0
文件: cli.py 项目: Leo-Ryu/spb-cli
def describe():
    """Describe your RESOURCES in Suite"""
    _initiation_cli()
    spb.client()
    pass
示例#4
0
文件: cli.py 项目: Leo-Ryu/spb-cli
def _initiation_cli():
    spb.client()