Interactive shell for administrating a AIQ8 platform server
Project description
aiqterminal is a an interactive shell for administrating an AppearIQ 8 platform.
Example: Changing the password of a user
admin@wapr/default> set_organization('games')
admin@wapr/games> user = get(['admin', 'users'], username='stephen.falken')[0]
admin@wapr/games> user['password'] = 'joshua'
admin@wapr/games> updated = put(['admin', 'users'], user)
Dependencies
aiqterminal uses aiqpy for performing HTTP requests.
License
aiqterminal is licensed under GNU GPL v3.0.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aiqterminal-0.1.1.tar.gz
(2.0 kB
view hashes)