Update Community Content via Command Line¶
This article describes how to update or upgrade the Community Content
pack via the drpcli
command line. This procedure is also true for any
content pack that you may wish to update.
Solution¶
Here's a brief example of how to upgrade the Community Content installed in a DRP Endpoint using the command line. See Download Content and Plugins via Command Line for additional steps with RackN content.
Perform the following steps to obtain new content.
View our currently installed Content version:
Question
Get and upload our new version (in this example, explicitly set version to v1.5.0
.
However, you may also specify stable
, or tip
, and do not require specific version numbers for those.
or
Now verify that our installed content matches the new vesion we expected.
$ drpcli contents show drp-community-content | jq .meta.Version
"v1.5.0-0-13f1aff688b53d5dfdab9a1a0c1098bd3c6dc76c"
Next check if sledgehammer needs to be updated
This command will update the sledgehammer isos if required. If your output from the above command is
Then your sledgehammer is all up to date.
Additional Information¶
Additional resources and information related to this Knowledge Base article.
See Also¶
Versions¶
all
Keywords¶
content packs, updating, upgrading, command line, drpcli