Closed zhan9san closed 9 months ago
In debug mode, the command is artifactory-cleanup, but in destroy mode, the command would be artifactory-cleanup --destroy
artifactory-cleanup
artifactory-cleanup --destroy
With environment variable supported, we can use the same command with different environment variable.
The same behavior happens if we want to use different configuration files in different Artifactory servers.
So I propose to add environment variables support, e.g.
https://plumbum.readthedocs.io/en/latest/cli.html#environment-variables
In debug mode, the command is
artifactory-cleanup
, but in destroy mode, the command would beartifactory-cleanup --destroy
With environment variable supported, we can use the same command with different environment variable.
The same behavior happens if we want to use different configuration files in different Artifactory servers.
So I propose to add environment variables support, e.g.
https://plumbum.readthedocs.io/en/latest/cli.html#environment-variables