Skip to content

Commit c54a895

Browse files
authored
Merge pull request #28 from keegoid-nr/keegoid-nr-patch-2
Update README.md
2 parents 598dcf2 + 01e198f commit c54a895

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ unzip, xargs, and curl must also be available.
3131
## Usage
3232

3333
```log
34-
Usage: cs COMPONENT [REQUIRED ARGS]... (OPTIONAL ARGS)...
34+
Usage: cs COMPONENT <REQUIRED ARGS> [OPTIONAL ARGS]
3535
3636
About:
3737
cs -v, --version Show version
@@ -44,12 +44,12 @@ Components:
4444
4545
Components and Args:
4646
ec2 status
47-
ec2 start|stop|restart|ssh [<instanceId>]
47+
ec2 start|stop|restart|ssh <instanceId>
4848
eks status
49-
eks start [<cluster>] [<number of nodes>]
50-
eks stop [<cluster>]
51-
lambda list-layers (<runtime>|all) (<region>)
52-
lambda download-layers (<layer>|all) (<region>) (<build>|latest) (extension|agent)
49+
eks start <cluster> <number of nodes>
50+
eks stop <cluster>
51+
lambda list-layers [runtime]|[all] [region]
52+
lambda download-layers [layer]|[all] [region] [build]|[latest] [extension]|[agent]
5353
5454
Examples:
5555
cs ec2 status
@@ -59,10 +59,6 @@ Examples:
5959
cs lambda list-layers nodejs18.x us-west-2 Details for a specific layer
6060
cs lambda download-layers NewRelicNodeJS18X us-west-2 24 Download build #24 for a layer
6161
cs lambda download-layers all us-west-2 latest extension Download all latest layers & show extension details
62-
63-
Notes:
64-
<replace> with your values
65-
<replace>|arg means use either your value or arg, not both
6662
```
6763

6864
1. Copy `cs` to your PATH.

0 commit comments

Comments
 (0)