mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
Small improvement to resin deploy docs
Change-Type: patch
This commit is contained in:
parent
2fce0e964b
commit
66a4faeea5
@ -171,8 +171,8 @@ uploadToPromise = function(uploadRequest, logStreams) {
|
||||
|
||||
module.exports = {
|
||||
signature: 'deploy <appName> [image]',
|
||||
description: 'Deploy a container to a resin.io application',
|
||||
help: 'Use this command to deploy and optionally build an image to an application.\n\nUsage: deploy <appName> ([image] | --build [--source build-dir])\n\nNote: If building with this command, all options supported by `resin build`\nare also supported with this command.\n\nExamples:\n $ resin deploy myApp --build --source myBuildDir/\n $ resin deploy myApp myApp/myImage',
|
||||
description: 'Deploy an image to a resin.io application',
|
||||
help: 'Use this command to deploy an image to an application, optionally building it first.\n\nUsage: deploy <appName> ([image] | --build [--source build-dir])\n\nNote: If building with this command, all options supported by `resin build`\nare also supported with this command.\n\nExamples:\n $ resin deploy myApp --build --source myBuildDir/\n $ resin deploy myApp myApp/myImage',
|
||||
permission: 'user',
|
||||
options: dockerUtils.appendOptions([
|
||||
{
|
||||
|
@ -1354,7 +1354,7 @@ Run an emulated build using Qemu
|
||||
|
||||
## deploy <appName> [image]
|
||||
|
||||
Use this command to deploy and optionally build an image to an application.
|
||||
Use this command to deploy an image to an application, optionally building it first.
|
||||
|
||||
Usage: deploy <appName> ([image] | --build [--source build-dir])
|
||||
|
||||
|
@ -126,9 +126,9 @@ uploadToPromise = (uploadRequest, logStreams) ->
|
||||
|
||||
module.exports =
|
||||
signature: 'deploy <appName> [image]'
|
||||
description: 'Deploy a container to a resin.io application'
|
||||
description: 'Deploy an image to a resin.io application'
|
||||
help: '''
|
||||
Use this command to deploy and optionally build an image to an application.
|
||||
Use this command to deploy an image to an application, optionally building it first.
|
||||
|
||||
Usage: deploy <appName> ([image] | --build [--source build-dir])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user