Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mozillazg committed Jan 13, 2022
1 parent 70b9e9d commit 9a117ec
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cmd/ack-ram-tool/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,18 @@ import (
)

const (
envAccessKeyId = "ALIBABA_CLOUD_ACCESS_KEY_ID"
envAccessKeyId = "ALIBABA_CLOUD_ACCESS_KEY_ID"
envAccessKeySecret = "ALIBABA_CLOUD_ACCESS_KEY_SECRET"
)

var defaultProfilePath = filepath.Join("~", ".alibabacloud", "credentials")
var profilePath = ""

var (
rootCmd = &cobra.Command{
Use: "ack-ram-tool",
Short: "A command line utility for using RAM in ACK.",
Long: `A command line utility for using RAM in ACK.
Short: "A command line utility for using RAM in Alibaba Cloud Container Service For Kubernetes (ACK).",
Long: `A command line utility for using RAM in Alibaba Cloud Container Service For Kubernetes (ACK).
More info: https://github.com/AliyunContainerService/ack-ram-tool`,
PersistentPreRun: func(_ *cobra.Command, _ []string) {
Expand Down

0 comments on commit 9a117ec

Please sign in to comment.