Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
Poulpe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
octobus
Poulpe
Commits
8f76ca4b
Commit
8f76ca4b
authored
1 year ago
by
Pierre-Yves David
Browse files
Options
Downloads
Patches
Plain Diff
cli: add the missing "s" to den-list-data-envs
This align the naming to "den-list-benchmarks".
parent
c3163c79
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
python-libs/poulpe/cli.py
+1
-1
1 addition, 1 deletion
python-libs/poulpe/cli.py
tests/test-data-env-listing.t
+1
-1
1 addition, 1 deletion
tests/test-data-env-listing.t
tests/test-setup-poulpe-den.t
+2
-2
2 additions, 2 deletions
tests/test-setup-poulpe-den.t
with
4 additions
and
4 deletions
python-libs/poulpe/cli.py
+
1
−
1
View file @
8f76ca4b
...
...
@@ -94,7 +94,7 @@
@poulpe_cli.command
()
@click.option
(
"
--den-path
"
,
type
=
click
.
Path
(
exists
=
True
),
default
=
"
.
"
)
def
den_list_data_env
(
den_path
=
"
.
"
):
def
den_list_data_env
s
(
den_path
=
"
.
"
):
"""
Find and list Data Enviroment available in a Poulpe Den
"""
den_root
=
Path
(
den_path
)
den
=
den_mod
.
PoulpeDen
(
den_root
)
...
...
This diff is collapsed.
Click to expand it.
tests/test-data-env-listing.t
+
1
−
1
View file @
8f76ca4b
...
...
@@ -47,6 +47,6 @@
vanillia
run
------------
$
poulpe
den
-
list
-
data
-
env
$
poulpe
den
-
list
-
data
-
env
s
data
-
envs
/
bar
data
-
envs
/
foo
This diff is collapsed.
Click to expand it.
tests/test-setup-poulpe-den.t
+
2
−
2
View file @
8f76ca4b
...
...
@@ -53,7 +53,7 @@
den
-
generate
-
tasks
Generate
a
tasks
list
from
parameters
.
den
-
list
-
benchmarks
Find
and
list
benchmarks
available
in
a
Poulpe
Den
den
-
list
-
bin
-
env
-
setup
Find
and
list
automatic
Binary
Environment
...
den
-
list
-
data
-
env
Find
and
list
Data
Enviroment
available
in
a
...
den
-
list
-
data
-
env
s
Find
and
list
Data
Enviroment
available
in
a
...
den
-
setup
-
bin
-
env
execute
the
content
of
a
schedule
file
diff
-
result
use
`
poulpe diff-result --help
`
for
details
env
-
desc
use
`
poulpe env-desc --help
`
for
details
...
...
@@ -78,7 +78,7 @@
den
-
generate
-
tasks
Generate
a
tasks
list
from
parameters
.
den
-
list
-
benchmarks
Find
and
list
benchmarks
available
in
a
Poulpe
Den
den
-
list
-
bin
-
env
-
setup
Find
and
list
automatic
Binary
Environment
...
den
-
list
-
data
-
env
Find
and
list
Data
Enviroment
available
in
a
...
den
-
list
-
data
-
env
s
Find
and
list
Data
Enviroment
available
in
a
...
den
-
setup
-
bin
-
env
execute
the
content
of
a
schedule
file
diff
-
result
use
`
poulpe diff-result --help
`
for
details
env
-
desc
use
`
poulpe env-desc --help
`
for
details
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment