mirror of
https://github.com/coder/coder.git
synced 2025-07-06 15:41:45 +00:00
chore: deprecate template create command in favor of template push (#11390)
This commit is contained in:
@ -68,7 +68,7 @@ CODER_FIRST_USER_TRIAL="${CODER_FIRST_USER_TRIAL}"
|
||||
EOF
|
||||
|
||||
echo "Importing kubernetes template"
|
||||
DRY_RUN="$DRY_RUN" "$PROJECT_ROOT/scaletest/lib/coder_shim.sh" templates create \
|
||||
DRY_RUN="$DRY_RUN" "$PROJECT_ROOT/scaletest/lib/coder_shim.sh" templates push \
|
||||
--global-config="${CONFIG_DIR}" \
|
||||
--directory "${CONFIG_DIR}/templates/kubernetes" \
|
||||
--yes kubernetes
|
||||
|
Reference in New Issue
Block a user