Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion _partials/_devops-cli-get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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/
[pricing-plans]: /about/:currentVersion:/pricing-and-account-management/
[cli-create-custom-service]: /getting-started/:currentVersion:/get-started-devops-as-code/#commands