Skip to content

tenantcloud/tcctl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Stable Version

TenantCloud Control script

Pre install

Before install tcctl install BASH Cli (BCL)

curl -L -s https://git.io/JGaJV | bash

Install

Install tcctl

Create file bcl.json in a project folder

{
    "package": {
        "tenantcloud/tcctl": "master"
    }
}

Install packages

bcl package install

Usage

tcctl
tcctl laravel
tcctl run {command_name}
...

Create new functions

To create single command:

bcl create change-hostname

To create multiple sub-command:

bcl create vault get
bcl create vault put
...

Docker

Get latest version on tcctl run command

docker pull tenantcloud/tcctl

You can create alias in your .zshrc or .bashrc and run from a Docker container

alias tcctl="docker run --rm -it -v $HOME:/root -v $PWD:/app -w /app tenantcloud/tcctl"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •