Open
Conversation
ps-kwang
commented
May 24, 2024
| @@ -0,0 +1,228 @@ | |||
| // deno-lint-ignore-file no-explicit-any | |||
Contributor
Author
There was a problem hiding this comment.
This is forked to fix a bug: jaredLunde/zcli#20
ani-ps
reviewed
May 30, 2024
| | `max` | | The maximum number of active machines in the autoscaling group | true | | ||
| | `min` | | The minimum number of active machines in the autoscaling group | true | | ||
| | `provisioning-timeout` | | The timeout for provisioning machines in the autoscaling group, in minutes | false | | ||
| | `log-level` | l | Enable debug logging. | false | |
There was a problem hiding this comment.
nit: "Enable debug logging"
(no dot) same for fields. "The fields to include in the response"
| | Name | Aliases | Description | Required | | ||
| | -------------- | ------- | ------------------------------------------------------------ | -------- | | ||
| | `limit` | | The number of items to return in the next page. | false | | ||
| | `after` | | The cursor to fetch the next results from. | false | |
|
|
||
| | Subcommand | Description | | ||
| | ---------- | ------------------------------------------------------ | | ||
| | `bash` | Generate the autocompletion script for the bash shell. | |
|
|
||
| | Subcommand | Description | | ||
| | -------------------------------------------------------------------- | ----------------------------------------------------------------------------- | | ||
| | `delete` | Delete a configuration value. | |
| | `delete` | Delete a custom template from a team. | | ||
| | `get` | Get a custom template from a team. | | ||
| | `help` | Show help for a custom-template command | | ||
| | `list` | List custom templates in your team. | |
| | `desc` | | Whether to order items descending. | false | | ||
| | `fields` | F | The fields to include in the response. | false | | ||
| | `log-level` | l | Enable debug logging. | false | | ||
| | `json` | j | Output JSON | false | |
| | ----------- | ------- | ------------------------------------------------------------ | -------- | | ||
| | `limit` | | The number of items to return in the next page. | false | | ||
| | `after` | | The cursor to fetch the next results from. | false | | ||
| | `orderBy` | | The field to order items by. | false | |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a markdown generator to the docs.