HashiCorp Cloud Platform
apps get
Command: vlt apps get
The apps get
command returns the basic information for the user specified
application.
Examples
Query for an application named, "company-card".
$ vlt apps get company-card
Example output:
Name Description Created At
company-card Stores corporate card info 2023-05-22T23:08:01.087Z
If there is no matching application exists, it returns an error.
Failed to get app
Error: app not found
Tip
You can run the vlt config
command to verify that you are targeting the
correct project and organization. If necessary, you can use the --organization
and --project
parameters to specified the desired project of an organization.
$ vlt apps get company-card --project="staging" \
--organization="vault-edu-org"
Usage
$ vlt apps get [options] [app_name]
Command options
--organization
(string: "")
- HCP organization that the application is in. Use-o
for its shorthand.--project
(string: "")
- HCP project that the application is in. Use-p
for its shorthand.--format
(string: "")
- The output format you would like (json). Use-f
for its shorthand.