Re-add the "POWERED BY" section to --help output #219

Open
opened 2021-10-28 17:00:58 +00:00 by 3wordchant · 0 comments
Owner

Bash:

➜ babra help app cp
abra [options] app <app> cp <src> <dst>

...

POWERED BY
  CONTAINER_ID=$(docker container ls -f ...)
  docker cp $CONTAINER_ID:<src> <dst>
  docker cp $CONTAINER_ID:<dst> <src>

Golang:

➜ abra app cp --help
NAME:
   abra app cp - Copy files to/from a running app service

USAGE:
   abra app cp [command options] <src> <dst>

OPTIONS:
   --help, -h  show help (default: false)

It would be nice to reinstate this to make it easier to drop out to plain docker commands, where the abra wrappers are missing options, and to build people's understanding of the underlying platform.

Bash: ``` ➜ babra help app cp abra [options] app <app> cp <src> <dst> ... POWERED BY CONTAINER_ID=$(docker container ls -f ...) docker cp $CONTAINER_ID:<src> <dst> docker cp $CONTAINER_ID:<dst> <src> ``` Golang: ``` ➜ abra app cp --help NAME: abra app cp - Copy files to/from a running app service USAGE: abra app cp [command options] <src> <dst> OPTIONS: --help, -h show help (default: false) ``` It would be nice to reinstate this to make it easier to drop out to plain docker commands, where the abra wrappers are missing options, and to build people's understanding of the underlying platform.
3wordchant added the
enhancement
abra
labels 2021-10-28 17:00:58 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coop-cloud/organising#219
No description provided.