Sha256: 09ba6bd0a276042e0799d05138eb2c7e4d72668f01db47dc8dfb462d9f389e33
Contents?: true
Size: 1.04 KB
Versions: 21
Compression:
Stored size: 1.04 KB
Contents
## Examples and snippets to use with the `ey-core console` ### Getting started With the _ey-core_ gem comes the `ey-core console` utility which allows to query the CoreAPI interactively. Below are a series of snippets with commands that will allow actions that normally are done through the EY dashboard, and others which aren't implemented yet but the CoreAPI already supports. The backend will automatically allow/reject actions based on the api token the console is using. Upon a successful `ey-core login` said token is written on `$HOME/.ey-core` and picked up from there by the console. It's a good practice to issue `ey-core whoami` before opening the console to double check that the desired user is logged in. - Addresses - [List addresses allocated to the account](address.md#list-addresses-on-an-account) - [Provision a new address](address.md#provision-new-address) - [Attach an address to an instance/server](address.md#attach-address-to-instance) - [Detach an address from an instance/server](address.md#detach-address-from-instance)
Version data entries
21 entries across 21 versions & 2 rubygems