Ejemplo n.º 1
0
def test_describe_project():
    spb.client()
    command = Command(type='describe_project')
    projects = spb.run(command=command)

    for item in projects:
        print(item)
Ejemplo n.º 2
0
def _initiation_cli():

    from spb.cli_core.helper import Helper

    global helper
    if helper is None:
        helper = Helper()
    spb.client()
Ejemplo n.º 3
0
def describe():
    """Describe your RESOURCES in Suite"""
    _initiation_cli()
    spb.client()
    pass
Ejemplo n.º 4
0
def _initiation_cli():
    spb.client()