Skip to main content
Version: Beta ๐Ÿšง

CLI Reference

Usageโ€‹

tecton [OPTIONS] COMMAND [ARGS]

Optionsโ€‹

FlagDescription
--verbose / --no-verboseBe verbose
-h, --helpSee available commands and options for commands. Flag can be added to any command to see available options for that command.

Workspace Commandsโ€‹

CommandDescription
applyCompare your local feature definitions with remote state and apply local changes to the remote.
planCompare your local feature definitions with remote state and show the plan to bring them in sync.
destroyDestroy all registered objects in this workspace.
plan-infoView info about plans.
initInitialize the feature repo.
repo-configCreate, inspect, or debug the repo configuration.
testRun Tecton tests.
upgradeAnalyze Tecton objects in the feature repository and provide migration guidance.
workspaceManage Tecton Workspaces.

Identity and Access Commandsโ€‹

CommandDescription
loginLog in and authenticate Tecton CLI.
logoutLog out of current user session.
get-caller-identityShow the current User or API Key used to authenticate with Tecton.
access-controlManage Access Controls.
secretsInteract with Tecton Secrets.
service-accountManage Service Accounts.
userManage users.

Infrastructure Commandsโ€‹

CommandDescription
environmentManage environments for RTFV execution.
modelManage models.
materializationView Feature View materialization information.
ingest-server-groupProvision and manage Ingest Server Groups.
transform-server-groupProvision and manage Transform Server Groups.

Other Commandsโ€‹

CommandDescription
completionGenerates a shell script to set up tab completion for Tecton. Zsh, bash, and fish shells are supported.
webOpens Tecton UI in a browser.
versionPrint CLI version.

Was this page helpful?