Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
blog
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
rhatto
blog
Commits
cb67c97a
Commit
cb67c97a
authored
8 years ago
by
rhatto
Browse files
Options
Downloads
Patches
Plain Diff
The New Command Line Manifesto
parent
562a4120
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cli.mdwn
+16
-0
16 additions, 0 deletions
cli.mdwn
with
16 additions
and
0 deletions
cli.mdwn
0 → 100644
+
16
−
0
View file @
cb67c97a
[[!meta title="The New Command Line Manifesto"]]
Idea: let all new commands to support also machine-readable
formats as inputs and outputs.
This, along with UNIX pipes and daemon interfacing, brings CLI
to a new era of services that are:
* Still based on small programs that do one thing but one thing right.
* But also are capable of interacting with each other in an uniform way.
So let them support parameters like `--json` and `--yaml` for it's I/O.
In other words, with parsers and serializers it's possible to keep an
ecosystem of UNIX microservices interacting with each other using a
consistent API.
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