CLI Reference
Usageโ
tecton [OPTIONS] COMMAND [ARGS]
Optionsโ
| Flag | Description |
|---|---|
--verbose / --no-verbose | Be verbose |
-h, --help | See available commands and options for commands. Flag can be added to any command to see available options for that command. |
Workspace Commandsโ
| Command | Description |
|---|---|
apply | Compare your local feature definitions with remote state and apply local changes to the remote. |
plan | Compare your local feature definitions with remote state and show the plan to bring them in sync. |
destroy | Destroy all registered objects in this workspace. |
plan-info | View info about plans. |
init | Initialize the feature repo. |
repo-config | Create, inspect, or debug the repo configuration. |
test | Run Tecton tests. |
upgrade | Analyze Tecton objects in the feature repository and provide migration guidance. |
workspace | Manage Tecton Workspaces. |
Identity and Access Commandsโ
| Command | Description |
|---|---|
login | Log in and authenticate Tecton CLI. |
logout | Log out of current user session. |
get-caller-identity | Show the current User or API Key used to authenticate with Tecton. |
access-control | Manage Access Controls. |
secrets | Interact with Tecton Secrets. |
service-account | Manage Service Accounts. |
user | Manage users. |
Infrastructure Commandsโ
| Command | Description |
|---|---|
environment | Manage environments for RTFV execution. |
model | Manage models. |
materialization | View Feature View materialization information. |
ingest-server-group | Provision and manage Ingest Server Groups. |
transform-server-group | Provision and manage Transform Server Groups. |
Other Commandsโ
| Command | Description |
|---|---|
completion | Generates a shell script to set up tab completion for Tecton. Zsh, bash, and fish shells are supported. |
web | Opens Tecton UI in a browser. |
version | Print CLI version. |