Sha256: 3f42b9dacdbbf25fe1273b8152aa4e42778de5e60d4e52411f363a037c9491f0
Contents?: true
Size: 866 Bytes
Versions: 3
Compression:
Stored size: 866 Bytes
Contents
# UserGet Retrieves the attributes of a given Ionoscloud User. ```text knife ionoscloud user get (options) ``` ## Available options: ### Required options: * user\_id * ionoscloud\_username * ionoscloud\_password ```text extra_config_file: --extra-config EXTRA_CONFIG_FILE_PATH, -e EXTRA_CONFIG_FILE_PATH path to the additional config file user_id: --user-id USER_ID, -U USER_ID iD of the group. (required) ionoscloud_username: --username USERNAME, -u USERNAME your Ionoscloud username (required) ionoscloud_password: --password PASSWORD, -p PASSWORD your Ionoscloud password (required) ionoscloud_url: --url URL the Ionoscloud API URL ``` ## Example ```text knife ionoscloud user get --extra-config EXTRA_CONFIG_FILE_PATH --user-id USER_ID --username USERNAME --password PASSWORD --url URL ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
knife-ionoscloud-6.1.1 | docs/subcommands/user/user_get.md |
knife-ionoscloud-6.1.0 | docs/subcommands/user/user_get.md |
knife-ionoscloud-6.0.0 | docs/subcommands/user_get.md |