Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Paul Graydon
slapos.core
Commits
123c6ca6
Commit
123c6ca6
authored
Jun 05, 2013
by
Marco Mariani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added link to cli commands in index page; trivial changes
parent
45ca8a58
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
5 deletions
+6
-5
documentation/source/index.rst
documentation/source/index.rst
+1
-0
documentation/source/slapos.usage.rst
documentation/source/slapos.usage.rst
+3
-3
slapos/cli/console.py
slapos/cli/console.py
+1
-1
slapos/cli/supervisorctl.py
slapos/cli/supervisorctl.py
+1
-1
No files found.
documentation/source/index.rst
View file @
123c6ca6
...
@@ -11,6 +11,7 @@ Contents:
...
@@ -11,6 +11,7 @@ Contents:
.. toctree::
.. toctree::
:maxdepth: 2
:maxdepth: 2
slapos.usage.rst
rest.rst
rest.rst
slap.rst
slap.rst
tioformat.rst
tioformat.rst
...
...
documentation/source/slapos.usage.rst
View file @
123c6ca6
...
@@ -3,8 +3,8 @@ SlapOS command line usage
...
@@ -3,8 +3,8 @@ SlapOS command line usage
=========================
=========================
Notes
:
Notes
-----
-
-----
* Default SlapOS Master is https://slap.vifib.com. It can be changed by altering configuration files or with the ``--master-url``
* Default SlapOS Master is https://slap.vifib.com. It can be changed by altering configuration files or with the ``--master-url``
argument for commands that support it.
argument for commands that support it.
...
@@ -161,7 +161,7 @@ This group of commands is used to control the current SlapOS Node. They are only
...
@@ -161,7 +161,7 @@ This group of commands is used to control the current SlapOS Node. They are only
node, node status
node, node status
~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~
These are aliases for ``node supervisorctl status``.
These are
both
aliases for ``node supervisorctl status``.
It displays the status of the node, also running the supervisor daemon if needed.
It displays the status of the node, also running the supervisor daemon if needed.
.. program-output:: python slapos help node supervisorctl status
.. program-output:: python slapos help node supervisorctl status
...
...
slapos/cli/console.py
View file @
123c6ca6
...
@@ -8,7 +8,7 @@ from slapos.client import init, do_console, ClientConfig
...
@@ -8,7 +8,7 @@ from slapos.client import init, do_console, ClientConfig
class
ConsoleCommand
(
ClientConfigCommand
):
class
ConsoleCommand
(
ClientConfigCommand
):
"""
"""
python console with slap library imported
open
python console with slap library imported
You can play with the global "slap" object and
You can play with the global "slap" object and
with the global "request" method.
with the global "request" method.
...
...
slapos/cli/supervisorctl.py
View file @
123c6ca6
...
@@ -12,7 +12,7 @@ import supervisor.supervisorctl
...
@@ -12,7 +12,7 @@ import supervisor.supervisorctl
class
SupervisorctlCommand
(
ConfigCommand
):
class
SupervisorctlCommand
(
ConfigCommand
):
"""
enter into
supervisor console, for process management"""
"""
open
supervisor console, for process management"""
log
=
logging
.
getLogger
(
'supervisorctl'
)
log
=
logging
.
getLogger
(
'supervisorctl'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment