arshadkazmi42 / ak-cli

:bookmark: Collection of useful cli commands
GNU General Public License v3.0
42 stars 27 forks source link

docker registry login command #171

Closed thilakarajk closed 4 years ago

thilakarajk commented 4 years ago

docker login [OPTIONS] [SERVER]

thilakarajk commented 4 years ago

@arshadkazmi42 Is there any syntax, which you are maintaining for denoting Optional argument?

In this command, both [OPTIONS] and [SERVER] are Optional arguments.

arshadkazmi42 commented 4 years ago

@thilakarajk No, we don't have any thing specific currently. Feel free to define it. I was also planning on setup a document about these standardization we are following. We can include optional thing also in that

thilakarajk commented 4 years ago

Great. As of now, the arguments are enclosed by {{ARGUMENT}}. I'm planning to use [[OPTIONAL_ARGUMENT]] for an optional argument. Any suggestions?

arshadkazmi42 commented 4 years ago

Sounds good.