Versions in this module Expand all Collapse all v1 v1.4.0 Nov 14, 2018 Changes in this version + func GetPolicyIDByName(client *api.Client, name string) (string, error) + func GetPolicyIDFromPartial(client *api.Client, partialID string) (string, error) + func GetRulesFromLegacyToken(client *api.Client, tokenID string, isSecret bool) (string, error) + func GetTokenIDFromPartial(client *api.Client, partialID string) (string, error) + func New() *cmd + func PrintPolicy(policy *api.ACLPolicy, ui cli.Ui, showMeta bool) + func PrintPolicyListEntry(policy *api.ACLPolicyListEntry, ui cli.Ui, showMeta bool) + func PrintToken(token *api.ACLToken, ui cli.Ui, showMeta bool) + func PrintTokenListEntry(token *api.ACLTokenListEntry, ui cli.Ui, showMeta bool) v1.4.0-rc1 Oct 19, 2018