Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expand plan template variables #32

Merged
merged 10 commits into from
Mar 2, 2020
Merged

expand plan template variables #32

merged 10 commits into from
Mar 2, 2020

Conversation

dwburke
Copy link
Contributor

@dwburke dwburke commented Mar 2, 2020

added functions:

  • generatePassword
  • now
  • hex

specifically I wanted to be able to do things like this in my yaml

password: "{{- generatePassword 25 -}}"
hostname: "release-test.{{- hex now.Unix -}}.addictmud.org"

Copy link
Contributor

@sgsullivan sgsullivan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@@ -58,3 +58,77 @@ If you end up wanting to modify an auth context later on, you can do so with `au

## LiquidWeb Cloud
The Cloud features you can use in manage.liquidweb.com on your Cloud Servers you can do with this command line tool. See `help cloud` for a full list of features and capabilities.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this reminds me, we should probably just remove the CLI interface for LiquidWeb. line at the top of this readme, that is just a paste of lw output with no paramaters so we don't have to keep it up to date everytime we add a new base level command. No real value in having that in the README anyway

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think that's terrible, but do any other such tools do that? maybe we should look to them for ideas on how to document ours

@dwburke dwburke merged commit 32376d6 into master Mar 2, 2020
@dwburke dwburke deleted the plan-sys-vars branch March 2, 2020 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants