You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,16 +72,16 @@ The Aura CLI aims to provide a consistent and reliable experience to the end use
72
72
- ✅ `aura-cli instance list`
73
73
- ❌ `aura-cli list-instance`
74
74
- ❌ `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
76
76
- ✅ `aura-cli instance get <id>`
77
77
- ❌ `aura-cli instance get <id> <deployment-id>`
78
78
- ✅ `aura-cli instance get <id> --deployment-id <deployment-id>`
79
79
- ⚠️ `aura-cli instance get --instance-id <id> --deployment-id <deployment-id>`
80
80
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
82
82
- ❌ `aura-cli instance snapshot list <instance-id>`
83
83
- ✅ `aura-cli instance snapshot list --instance-id <instance-id>`
84
-
- No parameters between commands
84
+
- No arguments between commands
85
85
- ❌ `aura-cli tenant <tenant-id> instance get <id>`
86
86
- ✅ `aura-cli instance get <id> --tenant-id <tenant-id>`
87
87
- Flags, if set, take precedence over global configuration or default values
0 commit comments