Skip to content

Commit

Permalink
docs: enclave inspect now shows files artifacts too (#274)
Browse files Browse the repository at this point in the history
## Description:
Addendum to #228

## Is this change user facing?
<!-- A user facing change is one that you should expect a day-to-day
user to encounter or if the change requires user-action upon or before
upgrading. If in doubt, select "Yes" -->
YES

<!-- If yes, please add the `user facing` label to this Pull Request -->

## References (if applicable):
#228
  • Loading branch information
leeederek committed Mar 20, 2023
1 parent b90ab88 commit 2c4fed1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs/reference/cli/enclave-inspect.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ where `$THE_ENCLAVE_IDENTIFIER` is the [resource identifier](../resource-identif
Running the above command will print detailed information about:

- The enclave's status (running or stopped)
- The services inside the enclave (if any), and the information for accessing those services' ports from your local machine
- The services inside the enclave (if any), their status, and the information for accessing those services' ports from your local machine
- Any files artifacts registered within the specified enclave

By default, UUIDs are shortened. To view the full UUIDs of your resources, add the following flag:
* `--full-uuids`
Expand Down

0 comments on commit 2c4fed1

Please sign in to comment.