Streamline the process for scaling a deployment by a given number of replicas using the `scale` command ``` krane scale my-app --replicas 3 ``` shorthand: ``` krane scale my-app -r 3 ``` **Flags:** - **--replicas** (-r) required: `true` type: `number` (should be a non-negative number)