alpacon token acl server add
Grant an API token access to one or more servers. Without a server ACL entry, the token is denied access to all servers (deny-by-default).
alpacon token acl server add TOKEN [flags]
Options
--server string Server name (single)
--servers string Comma-separated server names (bulk)
-h, --help help for add
Examples
Grant access to a single server:
alpacon token acl server add my-api-token --server my-server
Grant access to multiple servers at once:
alpacon token acl server add my-api-token --servers web-01,web-02,web-03