-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the magefile DocsBuild target to new location of CLI reference
PR #2897 moved the CLI reference file, but the CLI reference generation still points to the old location. Signed-off-by: Kim Christensen <[email protected]>
- Loading branch information
1 parent
16f5d6a
commit 5d8f652
Showing
78 changed files
with
593 additions
and
571 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
title: "porter bundles" | ||
slug: porter_bundles | ||
url: /cli/porter_bundles/ | ||
--- | ||
## porter bundles | ||
|
||
Bundle commands | ||
|
||
### Synopsis | ||
|
||
Commands for working with bundles. These all have shortcuts so that you can call these commands without the bundle resource prefix. For example, porter bundle build is available as porter build as well. | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for bundles | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--experimental strings Comma separated list of experimental features to enable. See https://porter.sh/configuration/#experimental-feature-flags for available feature flags. | ||
--verbosity string Threshold for printing messages to the console. Available values are: debug, info, warning, error. (default "info") | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [porter](/cli/porter/) - With Porter you can package your application artifact, client tools, configuration and deployment logic together as a versioned bundle that you can distribute, and then install with a single command. | ||
|
||
Most commands require a Docker daemon, either local or remote. | ||
|
||
Try our QuickStart https://porter.sh/quickstart to learn how to use Porter. | ||
|
||
* [porter bundles archive](/cli/porter_bundles_archive/) - Archive a bundle from a reference | ||
* [porter bundles build](/cli/porter_bundles_build/) - Build a bundle | ||
* [porter bundles copy](/cli/porter_bundles_copy/) - Copy a bundle | ||
* [porter bundles create](/cli/porter_bundles_create/) - Create a bundle | ||
* [porter bundles explain](/cli/porter_bundles_explain/) - Explain a bundle | ||
* [porter bundles inspect](/cli/porter_bundles_inspect/) - Inspect a bundle | ||
* [porter bundles lint](/cli/porter_bundles_lint/) - Lint a bundle | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
title: "porter credentials" | ||
slug: porter_credentials | ||
url: /cli/porter_credentials/ | ||
--- | ||
## porter credentials | ||
|
||
Credentials commands | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for credentials | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--experimental strings Comma separated list of experimental features to enable. See https://porter.sh/configuration/#experimental-feature-flags for available feature flags. | ||
--verbosity string Threshold for printing messages to the console. Available values are: debug, info, warning, error. (default "info") | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [porter](/cli/porter/) - With Porter you can package your application artifact, client tools, configuration and deployment logic together as a versioned bundle that you can distribute, and then install with a single command. | ||
|
||
Most commands require a Docker daemon, either local or remote. | ||
|
||
Try our QuickStart https://porter.sh/quickstart to learn how to use Porter. | ||
|
||
* [porter credentials apply](/cli/porter_credentials_apply/) - Apply changes to a credential set | ||
* [porter credentials create](/cli/porter_credentials_create/) - Create a Credential | ||
* [porter credentials delete](/cli/porter_credentials_delete/) - Delete a Credential | ||
* [porter credentials edit](/cli/porter_credentials_edit/) - Edit Credential | ||
* [porter credentials generate](/cli/porter_credentials_generate/) - Generate Credential Set | ||
* [porter credentials list](/cli/porter_credentials_list/) - List credentials | ||
* [porter credentials show](/cli/porter_credentials_show/) - Show a Credential | ||
|
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
title: "porter installations" | ||
slug: porter_installations | ||
url: /cli/porter_installations/ | ||
--- | ||
## porter installations | ||
|
||
Installation commands | ||
|
||
### Synopsis | ||
|
||
Commands for working with installations of a bundle | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for installations | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--experimental strings Comma separated list of experimental features to enable. See https://porter.sh/configuration/#experimental-feature-flags for available feature flags. | ||
--verbosity string Threshold for printing messages to the console. Available values are: debug, info, warning, error. (default "info") | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [porter](/cli/porter/) - With Porter you can package your application artifact, client tools, configuration and deployment logic together as a versioned bundle that you can distribute, and then install with a single command. | ||
|
||
Most commands require a Docker daemon, either local or remote. | ||
|
||
Try our QuickStart https://porter.sh/quickstart to learn how to use Porter. | ||
|
||
* [porter installations apply](/cli/porter_installations_apply/) - Apply changes to an installation | ||
* [porter installations delete](/cli/porter_installations_delete/) - Delete an installation | ||
* [porter installations install](/cli/porter_installations_install/) - Create a new installation of a bundle | ||
* [porter installations invoke](/cli/porter_installations_invoke/) - Invoke a custom action on an installation | ||
* [porter installations list](/cli/porter_installations_list/) - List installed bundles | ||
* [porter installations logs](/cli/porter_installations_logs/) - Installation Logs commands | ||
* [porter installations output](/cli/porter_installations_output/) - Output commands | ||
* [porter installations runs](/cli/porter_installations_runs/) - Commands for working with runs of an Installation | ||
* [porter installations show](/cli/porter_installations_show/) - Show an installation of a bundle | ||
* [porter installations uninstall](/cli/porter_installations_uninstall/) - Uninstall an installation | ||
* [porter installations upgrade](/cli/porter_installations_upgrade/) - Upgrade an installation | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.