From 0f988ca182a15b0e881f93a8a522220518b99076 Mon Sep 17 00:00:00 2001 From: billy-the-fish Date: Mon, 10 Nov 2025 11:44:11 +0000 Subject: [PATCH] chore: add line emphasizing free service. --- _partials/_devops-cli-get-started.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/_partials/_devops-cli-get-started.md b/_partials/_devops-cli-get-started.md index d2ef12eb54..e1d7fe2b12 100644 --- a/_partials/_devops-cli-get-started.md +++ b/_partials/_devops-cli-get-started.md @@ -40,6 +40,10 @@ Create a new $SERVICE_LONG using $CLI_LONG: ```shell tiger service create ``` + To control the $SERVICE_SHORT configuration, use the [`service create` flags][cli-create-custom-service]. For + example, to create a free service if you are in a paid $PRICING_PLAN, call + `tiger service create --memory shared --cpu shared`. + $CLOUD_LONG creates a Development environment for you. That is, no delete protection, high-availability, spooling or read replication. You see something like: ```terminaloutput @@ -100,4 +104,5 @@ And that is it, you are ready to use $CLI_LONG to manage your $SERVICE_SHORTs in [get-project-id]: /integrations/:currentVersion:/find-connection-details/#find-your-project-and-service-id [create-client-credentials]: /integrations/:currentVersion:/find-connection-details/#create-client-credentials [curl]: https://curl.se/ -[pricing-plans]: /about/:currentVersion:/pricing-and-account-management/ \ No newline at end of file +[pricing-plans]: /about/:currentVersion:/pricing-and-account-management/ +[cli-create-custom-service]: /getting-started/:currentVersion:/get-started-devops-as-code/#commands \ No newline at end of file