Skip to content

Commit 3e6e0ee

Browse files
committed
small fix on terminology
1 parent 827d10f commit 3e6e0ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,16 @@ The Aura CLI aims to provide a consistent and reliable experience to the end use
7272
-`aura-cli instance list`
7373
-`aura-cli list-instance`
7474
-`aura-cli list instance`
75-
- Only one parameter should be used, if more than one is needed, use flags instead. This is to avoid confusion when passing parameters without enough context
75+
- Only one argument should be used, if more than one is needed, use flags instead. This is to avoid confusion when passing parameters without enough context
7676
-`aura-cli instance get <id>`
7777
-`aura-cli instance get <id> <deployment-id>`
7878
-`aura-cli instance get <id> --deployment-id <deployment-id>`
7979
- ⚠️ `aura-cli instance get --instance-id <id> --deployment-id <deployment-id>`
8080
This valid, but the option above is preferred as it is more concise
81-
- The parameter must always refer to the closest noun
81+
- The argument must always refer to the closest noun
8282
-`aura-cli instance snapshot list <instance-id>`
8383
-`aura-cli instance snapshot list --instance-id <instance-id>`
84-
- No parameters between commands
84+
- No arguments between commands
8585
-`aura-cli tenant <tenant-id> instance get <id>`
8686
-`aura-cli instance get <id> --tenant-id <tenant-id>`
8787
- Flags, if set, take precedence over global configuration or default values

0 commit comments

Comments
 (0)