forked from SatelliteQE/robottelo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manage.yml
37 lines (33 loc) · 765 Bytes
/
manage.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
project_name: Robottelo
help_text: This is the {project_name} interactive shell
# interactive shell
shell:
ipython_auto_reload: true
auto_import:
display: true
objects:
robottelo.config.settings:
as: settings
init: configure
nailgun.entities:
as: entities
nailgun:
as:
- ng
- nailgun
robottelo:
as:
- rt
- robottelo
submodules: true
banner:
enabled: true
message: Welcome to {project_name} Interactive shell
readline_enabled: false
# commands
groups:
- ui:
short_help: Commands to interactively browse UI
help_text: |
Commands to interactively browse UI.
inline_commands: []