Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
opensilecs
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
silecs
opensilecs
Merge requests
!2
Port silecs cli to Python
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Port silecs cli to Python
70-port-cli-client-to-python
into
master
Overview
7
Commits
21
Pipelines
0
Changes
17
Merged
m.nabywaniec
requested to merge
70-port-cli-client-to-python
into
master
2 years ago
Overview
7
Commits
21
Pipelines
0
Changes
4
Expand
Issue:
#70 (closed)
Edited
2 years ago
by
m.nabywaniec
0
0
Merge request reports
Compare
version 16
version 19
13edf507
2 years ago
version 18
4c3a1c82
2 years ago
version 17
123df377
2 years ago
version 16
fd586c00
2 years ago
version 15
584cd204
2 years ago
version 14
77fb781a
2 years ago
version 13
080cf79b
2 years ago
version 12
06c8b27d
2 years ago
version 11
57e536b0
2 years ago
version 10
d6be9dd1
2 years ago
version 9
1d059391
2 years ago
version 8
70b063ae
2 years ago
version 7
cb815b4d
2 years ago
version 6
7ab98cbd
2 years ago
version 5
a322cd96
2 years ago
version 4
942eb449
2 years ago
version 3
4ec84418
2 years ago
version 2
d0ac6638
2 years ago
version 1
baca1712
2 years ago
master (base)
and
latest version
latest version
976c998f
21 commits,
2 years ago
version 19
13edf507
20 commits,
2 years ago
version 18
4c3a1c82
19 commits,
2 years ago
version 17
123df377
18 commits,
2 years ago
version 16
fd586c00
17 commits,
2 years ago
version 15
584cd204
16 commits,
2 years ago
version 14
77fb781a
15 commits,
2 years ago
version 13
080cf79b
14 commits,
2 years ago
version 12
06c8b27d
13 commits,
2 years ago
version 11
57e536b0
12 commits,
2 years ago
version 10
d6be9dd1
11 commits,
2 years ago
version 9
1d059391
10 commits,
2 years ago
version 8
70b063ae
8 commits,
2 years ago
version 7
cb815b4d
7 commits,
2 years ago
version 6
7ab98cbd
6 commits,
2 years ago
version 5
a322cd96
5 commits,
2 years ago
version 4
942eb449
4 commits,
2 years ago
version 3
4ec84418
3 commits,
2 years ago
version 2
d0ac6638
2 commits,
2 years ago
version 1
baca1712
1 commit,
2 years ago
Show latest version
4 files
+
45
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
silecs_cli/scripts/silecs
+
0
−
1
Options
@@ -4,4 +4,3 @@ import sys
sys
.
path
.
append
(
"
..
"
)
import
silecs
silecs
.
run
()
Loading