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
Thecurrent [Xecrets.Cli.Public.XfOpCode](https://docs.microsoft.com/en-us/dotnet/api/Xecrets.Cli.Public.XfOpCode 'Xecrets.Cli.Public.XfOpCode') for this response.
97
+
Thecurrent [Xecrets.Sdk.Cli.XfOpCode](https://docs.microsoft.com/en-us/dotnet/api/Xecrets.Sdk.Cli.XfOpCode 'Xecrets.Sdk.Cli.XfOpCode') for this response.
98
98
99
99
```csharp
100
100
publicintOpCode { get; set; }
@@ -107,7 +107,7 @@ public int OpCode { get; set; }
107
107
108
108
## CliMessage.OpCodeName Property
109
109
110
-
Thenameofthe [Xecrets.Cli.Public.XfOpCode](https://docs.microsoft.com/en-us/dotnet/api/Xecrets.Cli.Public.XfOpCode 'Xecrets.Cli.Public.XfOpCode') for this response.
110
+
Thenameofthe [Xecrets.Sdk.Cli.XfOpCode](https://docs.microsoft.com/en-us/dotnet/api/Xecrets.Sdk.Cli.XfOpCode 'Xecrets.Sdk.Cli.XfOpCode') for this response.
Copy file name to clipboardExpand all lines: sdk-docs/Xecrets.Sdk.Cli.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
## Xecrets.Sdk.Cli Namespace
4
4
5
+
The three classes [Xecrets.Sdk.Cli.XfOpCode](https://docs.microsoft.com/en-us/dotnet/api/Xecrets.Sdk.Cli.XfOpCode'Xecrets.Sdk.Cli.XfOpCode'), [Xecrets.Sdk.Cli.XfStatusCode](https://docs.microsoft.com/en-us/dotnet/api/Xecrets.Sdk.Cli.XfStatusCode'Xecrets.Sdk.Cli.XfStatusCode') and [Xecrets.Sdk.Cli.XfCliApi](https://docs.microsoft.com/en-us/dotnet/api/Xecrets.Sdk.Cli.XfCliApi'Xecrets.Sdk.Cli.XfCliApi') are imported
6
+
from XecretsCli using the --cli-options-code-export argument and copy/pasted here to be available for use
7
+
without needing an actual reference to the XecretsCli-assembly. If XfCliVersion is updated, then the
8
+
corresponding code changes must be made to maintain compatibility and [XfSdkVersion](Xecrets.Sdk.XfSdkVersion.md'Xecrets.Sdk.XfSdkVersion')
9
+
must be updated to reflect the updated compatibility.
10
+
5
11
| Classes ||
6
12
| :--- | :--- |
7
13
|[CliMessage](Xecrets.Sdk.Cli.CliMessage.md'Xecrets.Sdk.Cli.CliMessage')| Log output and progress from the command line tool. |
0 commit comments