1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/abgox-PSCompletions

Клонировать/Скачать
en-US.json 26 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
abgox Отправлено 15.12.2024 19:16 8778d40
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326
{
"root": [
{
"name": "builder",
"tip": [
"Manage builds."
],
"next": [
{
"name": "build",
"tip": [
"Build an image from a Dockerfile."
]
},
{
"name": "prune",
"tip": [
"Remove build cache."
]
}
]
},
{
"name": "checkpoint",
"tip": [
"Manage checkpoints."
],
"next": [
{
"name": "create",
"tip": [
"Create a checkpoint from a running container."
]
},
{
"name": "ls",
"tip": [
"List checkpoints for a container."
]
},
{
"name": "rm",
"tip": [
"Remove a checkpoint."
]
}
]
},
{
"name": "compose",
"tip": [
"Docker Compose."
],
"next": [
{
"name": "alpha",
"tip": [
"Experimental commands."
]
},
{
"name": "build",
"tip": [
"Build or rebuild services."
]
},
{
"name": "config",
"tip": [
"Parse, resolve and render compose file in canonical format."
]
},
{
"name": "cp",
"tip": [
"Copy files/folders between a service container and the local filesystem."
]
},
{
"name": "create",
"tip": [
"Creates containers for a service."
]
},
{
"name": "down",
"tip": [
"Stop and remove containers, networks."
]
},
{
"name": "events",
"tip": [
"Receive real time events from containers."
]
},
{
"name": "exec",
"tip": [
"Execute a command in a running container."
]
},
{
"name": "images",
"tip": [
"List images used by the created containers."
]
},
{
"name": "kill",
"tip": [
"Force stop service containers."
]
},
{
"name": "logs",
"tip": [
"View output from containers."
]
},
{
"name": "ls",
"tip": [
"List running compose projects."
]
},
{
"name": "pause",
"tip": [
"Pause services."
]
},
{
"name": "port",
"tip": [
"Print the public port for a port binding."
]
},
{
"name": "ps",
"tip": [
"List containers."
]
},
{
"name": "pull",
"tip": [
"Pull service images."
]
},
{
"name": "push",
"tip": [
"Push service images."
]
},
{
"name": "restart",
"tip": [
"Restart service containers."
]
},
{
"name": "rm",
"tip": [
"Removes stopped service containers."
]
},
{
"name": "run",
"tip": [
"Run a one-off command on a service."
]
},
{
"name": "start",
"tip": [
"Start services."
]
},
{
"name": "stop",
"tip": [
"Stop services."
]
},
{
"name": "top",
"tip": [
"Display the running processes."
]
},
{
"name": "unpause",
"tip": [
"Unpause services."
]
},
{
"name": "up",
"tip": [
"Create and start containers."
]
},
{
"name": "version",
"tip": [
"Show the Docker Compose version information."
]
},
{
"name": "wait",
"tip": [
"Block until the first service container stops."
]
}
]
},
{
"name": "config",
"tip": [
"Manage Docker configs."
],
"next": [
{
"name": "create",
"tip": [
"Create a config from a file or STDIN."
]
},
{
"name": "inspect",
"tip": [
"Display detailed information on one or more configs."
]
},
{
"name": "ls",
"tip": [
"List configs."
]
},
{
"name": "rm",
"tip": [
"Remove one or more configs."
]
}
]
},
{
"name": "container",
"tip": [
"Manage containers."
],
"next": [
{
"name": "attach",
"tip": [
"Attach local standard input, output, and error streams to a running container."
]
},
{
"name": "commit",
"tip": [
"Create a new image from a container's changes."
]
},
{
"name": "cp",
"tip": [
"Copy files/folders between a container and the local filesystem."
]
},
{
"name": "create",
"tip": [
"Create a new container."
]
},
{
"name": "diff",
"tip": [
"Inspect changes to files or directories on a container's filesystem."
]
},
{
"name": "exec",
"tip": [
"Execute a command in a running container."
]
},
{
"name": "export",
"tip": [
"Export a container's filesystem as a tar archive."
]
},
{
"name": "inspect",
"tip": [
"Display detailed information on one or more containers."
]
},
{
"name": "kill",
"tip": [
"Kill one or more running containers."
]
},
{
"name": "logs",
"tip": [
"Fetch the logs of a container."
]
},
{
"name": "ls",
"tip": [
"List containers."
]
},
{
"name": "pause",
"tip": [
"Pause all processes within one or more containers."
]
},
{
"name": "port",
"tip": [
"List port mappings or a specific mapping for the container."
]
},
{
"name": "prune",
"tip": [
"Remove all stopped containers."
]
},
{
"name": "rename",
"tip": [
"Rename a container."
]
},
{
"name": "restart",
"tip": [
"Restart one or more containers."
]
},
{
"name": "rm",
"tip": [
"Remove one or more containers."
]
},
{
"name": "run",
"tip": [
"Create and run a new container from an image."
]
},
{
"name": "start",
"tip": [
"Start one or more stopped containers."
]
},
{
"name": "stats",
"tip": [
"Display a live stream of container(s) resource usage statistics."
]
},
{
"name": "stop",
"tip": [
"Stop one or more running containers."
]
},
{
"name": "top",
"tip": [
"Display the running processes of a container."
]
},
{
"name": "unpause",
"tip": [
"Unpause all processes within one or more containers."
]
},
{
"name": "update",
"tip": [
"Update configuration of one or more containers."
]
},
{
"name": "wait",
"tip": [
"Block until one or more containers stop, then print their exit codes."
]
}
]
},
{
"name": "context",
"tip": [
"Manage contexts."
],
"next": [
{
"name": "create",
"tip": [
"Create a context."
]
},
{
"name": "export",
"tip": [
"Export a context to a tar archive."
]
},
{
"name": "import",
"tip": [
"Import a context from a tar or zip file."
]
},
{
"name": "inspect",
"tip": [
"Display detailed information on one or more contexts."
]
},
{
"name": "ls",
"tip": [
"List contexts."
]
},
{
"name": "rm",
"tip": [
"Remove one or more contexts."
]
},
{
"name": "show",
"tip": [
"Print the name of the current context."
]
},
{
"name": "update",
"tip": [
"Update a context."
]
},
{
"name": "use",
"tip": [
"Set the current docker context."
]
}
]
},
{
"name": "image",
"tip": [
"Manage images."
],
"next": [
{
"name": "build",
"tip": [
"Build an image from a Dockerfile."
]
},
{
"name": "history",
"tip": [
"Show the history of an image."
]
},
{
"name": "import",
"tip": [
"Import the contents from a tarball to create a filesystem image."
]
},
{
"name": "inspect",
"tip": [
"Display detailed information on one or more images."
]
},
{
"name": "load",
"tip": [
"Load an image from a tar archive or STDIN."
]
},
{
"name": "ls",
"tip": [
"List images."
]
},
{
"name": "prune",
"tip": [
"Remove unused images."
]
},
{
"name": "pull",
"tip": [
"Download an image from a registry."
]
},
{
"name": "push",
"tip": [
"Upload an image to a registry."
]
},
{
"name": "rm",
"tip": [
"Remove one or more images."
]
},
{
"name": "save",
"tip": [
"Save one or more images to a tar archive (streamed to STDOUT by default)."
]
},
{
"name": "tag",
"tip": [
"Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE."
]
}
]
},
{
"name": "manifest",
"tip": [
"Manage Docker image manifests and manifest lists."
],
"next": [
{
"name": "annotate",
"tip": [
"Add additional information to a local image manifest."
]
},
{
"name": "create",
"tip": [
"Create a local manifest list for annotating and pushing to a registry."
]
},
{
"name": "inspect",
"tip": [
"Display an image manifest, or manifest list."
]
},
{
"name": "push",
"tip": [
"Push a manifest list to a repository."
]
},
{
"name": "rm",
"tip": [
"Delete one or more manifest lists from local storage."
]
}
]
},
{
"name": "network",
"tip": [
"Manage networks."
],
"next": [
{
"name": "connect",
"tip": [
"Connect a container to a network."
]
},
{
"name": "create",
"tip": [
"Create a network."
]
},
{
"name": "disconnect",
"tip": [
"Disconnect a container from a network."
]
},
{
"name": "inspect",
"tip": [
"Display detailed information on one or more networks."
]
},
{
"name": "ls",
"tip": [
"List networks."
]
},
{
"name": "prune",
"tip": [
"Remove all unused networks."
]
},
{
"name": "rm",
"tip": [
"Remove one or more networks."
]
}
]
},
{
"name": "node",
"tip": [
"Manage Swarm nodes."
],
"next": [
{
"name": "demote",
"tip": [
"Demote one or more nodes from manager in the swarm."
]
},
{
"name": "inspect",
"tip": [
"Display detailed information on one or more nodes."
]
},
{
"name": "ls",
"tip": [
"List nodes in the swarm."
]
},
{
"name": "promote",
"tip": [
"Promote one or more nodes to manager in the swarm."
]
},
{
"name": "ps",
"tip": [
"List tasks running on one or more nodes, defaults to current node."
]
},
{
"name": "rm",
"tip": [
"Remove one or more nodes from the swarm."
]
},
{
"name": "update",
"tip": [
"Update a node."
]
}
]
},
{
"name": "plugin",
"tip": [
"Manage plugins."
],
"next": [
{
"name": "create",
"tip": [
"Create a plugin from a rootfs and configuration."
]
},
{
"name": "disable",
"tip": [
"Disable a plugin."
]
},
{
"name": "enable",
"tip": [
"Enable a plugin."
]
},
{
"name": "inspect",
"tip": [
"Display detailed information on one or more plugins."
]
},
{
"name": "install",
"tip": [
"Install a plugin."
]
},
{
"name": "ls",
"tip": [
"List plugins."
]
},
{
"name": "push",
"tip": [
"Push a plugin to a registry."
]
},
{
"name": "rm",
"tip": [
"Remove one or more plugins."
]
},
{
"name": "set",
"tip": [
"Change settings for a plugin."
]
},
{
"name": "upgrade",
"tip": [
"Upgrade an existing plugin."
]
}
]
},
{
"name": "secret",
"tip": [
"Manage Swarm secrets."
],
"next": [
{
"name": "create",
"tip": [
"Create a secret from a file or STDIN as content."
]
},
{
"name": "inspect",
"tip": [
"Display detailed information on one or more secrets."
]
},
{
"name": "ls",
"tip": [
"List secrets."
]
},
{
"name": "rm",
"tip": [
"Remove one or more secrets."
]
}
]
},
{
"name": "service",
"tip": [
"Manage Swarm services."
],
"next": [
{
"name": "create",
"tip": [
"Create a new service."
]
},
{
"name": "inspect",
"tip": [
"Display detailed information on one or more services."
]
},
{
"name": "logs",
"tip": [
"Fetch the logs of a service or task."
]
},
{
"name": "ls",
"tip": [
"List services."
]
},
{
"name": "ps",
"tip": [
"List the tasks of one or more services."
]
},
{
"name": "rm",
"tip": [
"Remove one or more services."
]
},
{
"name": "rollback",
"tip": [
"Revert changes to a service's configuration."
]
},
{
"name": "scale",
"tip": [
"Scale one or multiple replicated services."
]
},
{
"name": "update",
"tip": [
"Update a service."
]
}
]
},
{
"name": "stack",
"tip": [
"Manage Docker stacks."
],
"next": [
{
"name": "config",
"tip": [
"Outputs the final config file, after doing merges and interpolations"
]
},
{
"name": "deploy",
"tip": [
"Deploy a new stack or update an existing stack"
]
},
{
"name": "ls",
"tip": [
"List stacks"
]
},
{
"name": "ps",
"tip": [
"List the tasks in the stack"
]
},
{
"name": "rm",
"tip": [
"Remove one or more stacks"
]
},
{
"name": "services",
"tip": [
"List the services in the stack"
]
}
]
},
{
"name": "swarm",
"tip": [
"Manage Swarm."
],
"next": [
{
"name": "ca",
"tip": [
"Display and rotate the root CA"
]
},
{
"name": "init",
"tip": [
"Initialize a swarm"
]
},
{
"name": "join",
"tip": [
"Join a swarm as a node and/or manager"
]
},
{
"name": "join-token",
"tip": [
"Manage join tokens"
]
},
{
"name": "leave",
"tip": [
"Leave the swarm"
]
},
{
"name": "unlock",
"tip": [
"Unlock swarm"
]
},
{
"name": "unlock-key",
"tip": [
"Manage the unlock key"
]
},
{
"name": "update",
"tip": [
"Update the swarm"
]
}
]
},
{
"name": "system",
"tip": [
"Manage Docker."
],
"next": [
{
"name": "df",
"tip": [
"Show docker disk usage"
]
},
{
"name": "events",
"tip": [
"Get real time events from the server"
]
},
{
"name": "info",
"tip": [
"Display system-wide information"
]
},
{
"name": "prune",
"tip": [
"Remove unused data"
]
}
]
},
{
"name": "trust",
"tip": [
"Manage trust on Docker images."
],
"next": [
{
"name": "key",
"tip": [
"Manage keys for signing Docker images"
]
},
{
"name": "inspect",
"tip": [
"Return low-level information about keys and signatures"
]
},
{
"name": "revoke",
"tip": [
"Remove trust for an image"
]
},
{
"name": "sign",
"tip": [
"Sign an image"
]
},
{
"name": "signer",
"tip": [
"Manage entities who can sign Docker images"
]
}
]
},
{
"name": "volume",
"tip": [
"Manage volumes."
],
"next": [
{
"name": "create",
"tip": [
"Create a volume"
]
},
{
"name": "inspect",
"tip": [
"Display detailed information on one or more volumes"
]
},
{
"name": "ls",
"tip": [
"List volumes"
]
},
{
"name": "prune",
"tip": [
"Remove all unused local volumes"
]
},
{
"name": "rm",
"tip": [
"Remove one or more volumes"
]
},
{
"name": "update",
"tip": [
"Update a volume (cluster volumes only)"
]
}
]
},
{
"name": "build",
"tip": [
"Build an image from a Dockerfile"
]
},
{
"name": "exec",
"tip": [
"Execute a command in a running container"
]
},
{
"name": "images",
"tip": [
"List images"
]
},
{
"name": "info",
"tip": [
"Display system-wide information"
]
},
{
"name": "login",
"tip": [
"Log in to a registry"
]
},
{
"name": "logout",
"tip": [
"Log out from a registry"
]
},
{
"name": "ps",
"tip": [
"List containers"
]
},
{
"name": "pull",
"tip": [
"Download an image from a registry"
]
},
{
"name": "push",
"tip": [
"Upload an image to a registry"
]
},
{
"name": "run",
"tip": [
"Create and run a new container from an image"
]
},
{
"name": "search",
"tip": [
"Search Docker Hub for images"
]
},
{
"name": "version",
"tip": [
"Show the Docker version information"
]
},
{
"name": "attach",
"tip": [
"Attach local standard input, output, and error streams to a running container"
]
},
{
"name": "commit",
"tip": [
"Create a new image from a container's changes"
]
},
{
"name": "cp",
"tip": [
"Copy files/folders between a container and the local filesystem"
]
},
{
"name": "create",
"tip": [
"Create a new container"
]
},
{
"name": "diff",
"tip": [
"Inspect changes to files or directories on a container's filesystem"
]
},
{
"name": "events",
"tip": [
"Get real time events from the server"
]
},
{
"name": "export",
"tip": [
"Export a container's filesystem as a tar archive"
]
},
{
"name": "history",
"tip": [
"Show the history of an image"
]
},
{
"name": "import",
"tip": [
"Import the contents from a tarball to create a filesystem image"
]
},
{
"name": "inspect",
"tip": [
"Return low-level information on Docker objects"
]
},
{
"name": "kill",
"tip": [
"Kill one or more running containers"
]
},
{
"name": "load",
"tip": [
"Load an image from a tar archive or STDIN"
]
},
{
"name": "logs",
"tip": [
"Fetch the logs of a container"
]
},
{
"name": "pause",
"tip": [
"Pause all processes within one or more containers"
]
},
{
"name": "port",
"tip": [
"List port mappings or a specific mapping for the container"
]
},
{
"name": "rename",
"tip": [
"Rename a container"
]
},
{
"name": "restart",
"tip": [
"Restart one or more containers"
]
},
{
"name": "rm",
"tip": [
"Remove one or more containers"
]
},
{
"name": "rmi",
"tip": [
"Remove one or more containers"
]
},
{
"name": "save",
"tip": [
"Save one or more images to a tar archive (streamed to STDOUT by default)"
]
},
{
"name": "start",
"tip": [
"Start one or more stopped containers"
]
},
{
"name": "stats",
"tip": [
"Display a live stream of container(s) resource usage statistics"
]
},
{
"name": "stop",
"tip": [
"Stop one or more running containers"
]
},
{
"name": "tag",
"tip": [
"Create a tag TARGET_IMAGE that refers to SOURCE_IMAGE"
]
},
{
"name": "top",
"tip": [
"Display the running processes of a container"
]
},
{
"name": "unpause",
"tip": [
"Unpause all processes within one or more containers"
]
},
{
"name": "update",
"tip": [
"Update configuration of one or more containers"
]
},
{
"name": "wait",
"tip": [
"Block until one or more containers stop, then print their exit codes"
]
}
],
"common_options": [
{
"name": "-h",
"alias": [
"--help"
],
"tip": [
"U: -h|--help\n",
"Show help."
]
}
],
"info": {
"completion_info": {
"url": "https://www.docker.com",
"description": [
"docker - Container Application Development."
]
}
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/abgox-PSCompletions.git
git@api.gitlife.ru:oschina-mirror/abgox-PSCompletions.git
oschina-mirror
abgox-PSCompletions
abgox-PSCompletions
main