Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Wordpress Command Line
Search
matiskay
February 18, 2012
Programming
4
350
Wordpress Command Line
Interfaz de Linea de Commandos para Wordpress. (Spanish)
https://github.com/andreascreten/wp-cli
matiskay
February 18, 2012
Tweet
Share
More Decks by matiskay
See All by matiskay
Provenance in Species Distribution Modeling
matiskay
0
33
Machine Learning en la Extraccion de Datos Web
matiskay
0
340
Experiencias en herramientas para Ciencias de datos.
matiskay
0
100
Word2Vec: From intuition to practice using gensim
matiskay
1
250
Scrapy
matiskay
0
130
¿Que paso en Machine Learning en los últimos 6 meses?
matiskay
0
130
Hooks de usuarios
matiskay
0
37
GHS_psde@apache1 Matrix
matiskay
0
39
Kernels and Support Vector Machines
matiskay
0
62
Other Decks in Programming
See All in Programming
アジャイルを支えるテストアーキテクチャ設計/Test Architecting for Agile
goyoki
9
3.1k
Compose 1.7のTextFieldはPOBox Plusで日本語変換できない
tomoya0x00
0
160
CPython 인터프리터 구조 파헤치기 - PyCon Korea 24
kennethanceyer
0
250
[PyCon Korea 2024 Keynote] 커뮤니티와 파이썬, 그리고 우리
beomi
0
120
ActiveSupport::Notifications supporting instrumentation of Rails apps with OpenTelemetry
ymtdzzz
1
170
Dev ContainersとGitHub Codespacesの素敵な関係
ymd65536
1
140
ふかぼれ!CSSセレクターモジュール / Fukabore! CSS Selectors Module
petamoriken
0
120
Quine, Polyglot, 良いコード
qnighy
4
610
GCCのプラグインを作る / I Made a GCC Plugin
shouth
1
160
NSOutlineView何もわからん:( 前編 / I Don't Understand About NSOutlineView :( Pt. 1
usagimaru
0
270
macOS でできる リアルタイム動画像処理
biacco42
9
2.3k
GitHub Actionsのキャッシュと手を挙げることの大切さとそれに必要なこと
satoshi256kbyte
5
410
Featured
See All Featured
Fashionably flexible responsive web design (full day workshop)
malarkey
404
65k
How STYLIGHT went responsive
nonsquared
95
5.2k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
10
700
Making the Leap to Tech Lead
cromwellryan
133
8.9k
Rails Girls Zürich Keynote
gr2m
93
13k
Optimizing for Happiness
mojombo
376
69k
Happy Clients
brianwarren
97
6.7k
Become a Pro
speakerdeck
PRO
25
5k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5k
Practical Orchestrator
shlominoach
186
10k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
38
1.8k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
505
140k
Transcript
Wordpress Command-Line Wordpress de la Amistad 2012 Saturday, February 18,
12
wp-cli Saturday, February 18, 12
¿Qué es wp-cli? • Una interfaz de linea de comandos
para wordpress. • Un grupo de scripts. • Te permite ahorra tiempo. Saturday, February 18, 12
Instalación Saturday, February 18, 12
Instalación git clone --recurse-submodules git://github.com/andreascreten/wp-cli.git ~/git/wp-cli cd ~/git/wp-cli sudo utils/build-dev
https://github.com/andreascreten/wp-cli Saturday, February 18, 12
Comandos Saturday, February 18, 12
Comandos • core • eval • eval-file • generate •
option Saturday, February 18, 12
Más comandos • plugin • theme • db • user
Saturday, February 18, 12
Ejemplos Saturday, February 18, 12
Instalando Plugins wp plugin install <plugin-name> wp plugin install hello-dolly
Saturday, February 18, 12
Otros Comandos wp core update # actualizar wordpress wp sql
dump # backup de la db wp plugin status # estado de los plugins wp plugin activate <plugin-name> Saturday, February 18, 12
Crea tus propios comandos Saturday, February 18, 12
Saturday, February 18, 12
Aprende Saturday, February 18, 12
Mira el código Saturday, February 18, 12
Contribuye Saturday, February 18, 12
¿Preguntas? Saturday, February 18, 12
El modelo de elección renta-ocio • t Gracias Twitter: @matiskay
Web: www.orange612.com Fotos: - http://www.flickr.com/photos/st3f4n/sets/72157626413877934/ - http://www.flickr.com/photos/-spam-/sets/72157623915393872/ Saturday, February 18, 12