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
360
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
38
Machine Learning en la Extraccion de Datos Web
matiskay
0
350
Experiencias en herramientas para Ciencias de datos.
matiskay
0
110
Word2Vec: From intuition to practice using gensim
matiskay
1
250
Scrapy
matiskay
0
140
¿Que paso en Machine Learning en los últimos 6 meses?
matiskay
0
140
Hooks de usuarios
matiskay
0
45
GHS_psde@apache1 Matrix
matiskay
0
47
Kernels and Support Vector Machines
matiskay
0
78
Other Decks in Programming
See All in Programming
What's new in Adaptive Android development
fornewid
0
140
ワープロって実は計算機で
pepepper
2
1.3k
ライブ配信サービスの インフラのジレンマ -マルチクラウドに至ったワケ-
mirrativ
1
200
DynamoDBは怖くない!〜テーブル設計の勘所とテスト戦略〜
hyamazaki
1
200
中級グラフィックス入門~効率的なメッシュレット描画~
projectasura
4
2.7k
대규모 트래픽을 처리하는 프론트 개발자의 전략
maryang
0
120
MCPで実現できる、Webサービス利用体験について
syumai
7
2.5k
新しいモバイルアプリ勉強会(仮)について
uetyo
1
260
書き捨てではなく継続開発可能なコードをAIコーディングエージェントで書くために意識していること
shuyakinjo
1
270
マイコンでもRustのtestがしたい その2/KernelVM Tokyo 18
tnishinaga
2
2.3k
エンジニアのための”最低限いい感じ”デザイン入門
shunshobon
0
110
A Gopher's Guide to Vibe Coding
danicat
0
140
Featured
See All Featured
Being A Developer After 40
akosma
90
590k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
6k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.8k
Become a Pro
speakerdeck
PRO
29
5.5k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
50
5.5k
Designing for humans not robots
tammielis
253
25k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
1.1k
How to train your dragon (web standard)
notwaldorf
96
6.2k
Writing Fast Ruby
sferik
628
62k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
Making Projects Easy
brettharned
117
6.3k
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