Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
projet
VPLPP
Commits
d6e7468f
Commit
d6e7468f
authored
Nov 19, 2020
by
Guillaume Huard
Browse files
Début de doc de la commande caseine
parent
52741456
Changes
2
Hide whitespace changes
Inline
Side-by-side
Command_Line.org
0 → 100644
View file @
d6e7468f
# #+OPTIONS: num:nil
# #+OPTIONS: toc:nil
#+OPTIONS: html-preamble:t
#+OPTIONS: html-postamble:nil title:nil
#+PROPERTY: header-args :eval never
#+LANGUAGE: fr
#+EXPORT_EXCLUDE_TAGS: noexport
#+TITLE: Interface en ligne de commande pour les VPLs Caséine
#+AUTHOR: Guillaume Huard
#+DATE: 19 novembre 2020
#+BEGIN_SRC emacs-lisp :results output :session :exports results :eval yes
(setq org-html-preamble-format
'(("fr"
"<h1 class=\"title\">%t</h1>
<p class=\"subtitle\">%a, %d</p>")))
#+END_SRC
Cette documentation présente le script =caseine= disponible à l'URL :
[[https://gricad-gitlab.univ-grenoble-alpes.fr/projet/vplpp/-/raw/master/caseine?inline=false][https://gricad-gitlab.univ-grenoble-alpes.fr/projet/vplpp/-/raw/master/caseine?inline=false]]
permettant d'interagir avec un VPL depuis la ligne de commande.
* VPLID et /token/
Pour pouvoir interagir avec un VPL, deux choses sont nécessaires :
- un VPLID : le numéro du VPL, présent dans la partie réglages du VPL (/Edit settings/ puis dans
/Common module settings/. On peut le fournir à la commande =caseine= via la variable
d'environnement =CASEINE_VPLID= ou via l'option =vplid=.
- un /token/ : spécifique à l'utilisateur, présent les infos utilisateur (/Profile/ puis /Security
keys/ via le menu de réglages) à la rubrique =VPL web service=). On peut le fournir à la commande
=caseine= via la variable d'environnement =CASEINE_TOKEN= ou via l'option =token=.
* Commandes disponibles
Outre les options, le premier argument à donner à =caseine= est la commande à exécuter :
Makefile
View file @
d6e7468f
DOCS_ONLY
=
README.org Methodology.org
DOCS_ONLY
=
README.org Methodology.org
Command_Line.org
ACTIVITIES
=
$(
patsubst
%.org, %,
$(
filter-out
$(DOCS_ONLY)
,
$(
wildcard
*
.org
)))
ALL_VPL_IDS
=
$(
addsuffix
/vpl_id.txt,
$(ACTIVITIES)
)
VPL_IDS
=
$(
filter-out
Default_%,
$(ALL_VPL_IDS)
)
...
...
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