Skip to content

Commit

Permalink
docs(rust): improve docs for ockam enroll and ockam identity show
Browse files Browse the repository at this point in the history
  • Loading branch information
Salonikansal2 authored and adrianbenavides committed Oct 3, 2023
1 parent a6d2f80 commit a051188
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
When you run this command for the first time, it creates a space for you to host your projects, as well as a default project for you within this space.
When you run this command for the first time, it creates a space for you in Ockam Orchestrator, the SaaS service. This is where you host your projects, as well as a default project for you within this space.

It also generates a unique cryptographically provable identity and saves the corresponding key in a vault. This identity is issued a membership credential that will be used to manage the resources in your project. Optionally, you can pass an existing identity.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ pub struct ShowCommand {
#[arg()]
name: Option<String>,

/// Show the full identity history, and not just the identifier or the nameq
#[arg(short, long)]
full: bool,

Expand Down

0 comments on commit a051188

Please sign in to comment.