Skip to content

Commit c3d6b59

Browse files
committed
deploy: f0fc21d
0 parents  commit c3d6b59

83 files changed

Lines changed: 11743 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.buildinfo

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 86b860af9961cf6d916590fc684bc0d3
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7

.doctrees/api.doctree

485 KB
Binary file not shown.

.doctrees/cli.doctree

107 KB
Binary file not shown.

.doctrees/environment.pickle

109 KB
Binary file not shown.

.doctrees/index.doctree

11.7 KB
Binary file not shown.

.doctrees/release.doctree

8.33 KB
Binary file not shown.

.nojekyll

Whitespace-only changes.

_images/gardenlinux-logo.svg

Lines changed: 1 addition & 0 deletions
Loading

_sources/api.rst.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
API Reference
2+
=============
3+
4+
This section provides detailed documentation for all Python modules and classes in python-gardenlinux-lib.
5+
6+
.. automodule:: gardenlinux
7+
:members:
8+
9+
.. automodule:: gardenlinux.apt
10+
:members:
11+
12+
.. automodule:: gardenlinux.features
13+
:members:
14+
15+
.. automodule:: gardenlinux.flavors
16+
:members:
17+
18+
.. automodule:: gardenlinux.git
19+
:members:
20+
21+
.. automodule:: gardenlinux.oci
22+
:members:

_sources/cli.rst.txt

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
Command-Line Interface
2+
======================
3+
4+
This page documents all available command-line tools provided by python-gardenlinux-lib.
5+
6+
Features Commands
7+
-----------------
8+
9+
gl-cname
10+
~~~~~~~~
11+
12+
Generate a canonical name (cname) from feature sets.
13+
14+
.. autoprogram:: gardenlinux.features.cname_main:get_parser()
15+
16+
gl-features-parse
17+
~~~~~~~~~~~~~~~~~
18+
19+
Parse and extract information from GardenLinux features.
20+
21+
.. autoprogram:: gardenlinux.features.__main__:get_parser()
22+
23+
Flavors Commands
24+
----------------
25+
26+
gl-flavors-parse
27+
~~~~~~~~~~~~~~~~
28+
29+
Parse flavors.yaml and generate combinations.
30+
31+
.. autoprogram:: gardenlinux.flavors.__main__:get_parser()
32+
33+
OCI Commands
34+
------------
35+
36+
gl-oci
37+
~~~~~~
38+
39+
Push OCI artifacts to a registry and manage manifests.
40+
41+
.. click:: gardenlinux.oci.__main__:cli
42+
:prog: gl-oci
43+
:show-nested:
44+
45+
S3 Commands
46+
-----------
47+
48+
gl-s3
49+
~~~~~
50+
51+
Upload and download artifacts from S3 buckets.
52+
53+
.. autoprogram:: gardenlinux.s3.__main__:get_parser()
54+
55+
GitHub Commands
56+
---------------
57+
58+
gl-gh-release
59+
~~~~~~~~~~~~~~
60+
61+
Create and manage GitHub releases.
62+
63+
.. autoprogram:: gardenlinux.github.release.__main__:get_parser()

0 commit comments

Comments
 (0)