Repository
Current version released
2 years ago
Dependencies
deno.land/x
github.com
Versions
- v1.32.0Latest
- v1.31.3
- v1.31.2
- v1.31.1
- v1.31.0
- v1.30.0
- v1.29.2
- v1.29.1
- v1.29.0
- v1.28.1
- v1.28.0
- v1.27.1
- v1.27.0
- v1.26.0
- v1.25.0
- v1.24.0
- v1.23.1
- v1.23.0
- v1.22.0
- v1.21.0
- v1.20.0
- v1.19.0
- v1.16.0
- v1.15.0
- v1.14.0
- v1.13.1
- v1.13.0
- v1.12.0
- v1.11.0
- v1.10.0
- v1.9.0
- v1.8.0
- v1.7.2
- v1.7.1
- v1.7.0
- v1.6.0
- v1.5.8
- v1.5.7
- v1.5.6
- v1.5.5
- v1.5.4
- v1.5.3
- v1.5.2
- v1.5.1
- v1.5.0
- v1.4.4
- v1.4.3
- v1.4.2
- v1.4.1
- v1.4.0
- v1.3.2
- v1.3.1
- v1.3.0
- v1.2.0
- v1.1.0
- v1.0.1
tt - tictapp cli
apt update
apt install curl unzip -y
curl -fsSL https://deno.land/install.sh | sh
echo 'export DENO_INSTALL="/root/.deno"' >> ~/.bashrc && echo 'export PATH="$DENO_INSTALL/bin:$PATH"' >> ~/.bashrc && source ~/.bashrc
deno install --allow-all --no-check -r -f https://deno.land/x/tictapp/tt.js
Using docker
tt () {
docker run \
--interactive \
--tty \
--rm \
--volume tt-projects:/app \
--volume tt-deno:/deno-dir \
--volume $PWD:/tt \
serebano/tt \
"$@"
}
Usage: tt [command]
Description:
Command line interface for tictapp
Options:
-h, --help - Show this help.
-V, --version - Show the version number for this program.
-d, --debug - Enable debug output.
-w, --workdir [path] - Specify project working directory (Default: "./")
Commands:
login - Login to a tictapp account
link - Link to a tictapp project
status - View current auth status
projects [command] - Manage tictapp projects
functions [command] - Manage edge functions
completions - Generate shell completions.
upgrade - Upgrade tt executable to latest or given version.