aboutsummaryrefslogtreecommitdiff
path: root/weed/command/command.go
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2021-04-06 01:58:30 -0700
committerGitHub <noreply@github.com>2021-04-06 01:58:30 -0700
commite1fc78ed46960ed4915b14bba4c927535353e1b7 (patch)
tree00ccc6e6b3b8e7e2d8a7461e454726f46d16816a /weed/command/command.go
parent100ed773870b8826352f25e0cd72f60a591ecfa8 (diff)
parentf5f8eec8e2f75045d7cc8685dc5fb86508700d2b (diff)
downloadseaweedfs-e1fc78ed46960ed4915b14bba4c927535353e1b7.tar.xz
seaweedfs-e1fc78ed46960ed4915b14bba4c927535353e1b7.zip
Merge pull request #1969 from kmlebedev/iamapipr
Iam Api Server
Diffstat (limited to 'weed/command/command.go')
-rw-r--r--weed/command/command.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/command.go b/weed/command/command.go
index a9063eaa0..ce754702f 100644
--- a/weed/command/command.go
+++ b/weed/command/command.go
@@ -25,6 +25,7 @@ var Commands = []*Command{
cmdMaster,
cmdMount,
cmdS3,
+ cmdIam,
cmdMsgBroker,
cmdScaffold,
cmdServer,