-
Notifications
You must be signed in to change notification settings - Fork 5
Add --ttl cli option #9
Copy link
Copy link
Open
Labels
cliWork related to the CLIWork related to the CLIdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
cliWork related to the CLIWork related to the CLIdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Overview
For ease of use, add a
--ttloption, which overrides whatever is set in--config.Requirements
--ttloption added to cli--ttlis used for the evidences ttlSo an execution setting a ttl of 30 days would be:
plant push-remote https://github.com/org-foo/repo-bar --ttl 2592000 my_markdown_file.mdApproach
Provide a detailed approach to satisfy all of the requirements listed in the
previous section. This level of detail may not be available at the time of
issue creation and can be completed at a later time.
Security and Privacy
Provide the impact on security and privacy as it relates to the completion of
this issue. This level of detail may not be available at the time of
issue creation and can be completed at a later time. N/A if not applicable.
Test Plan
Provide the test process that will be followed to adequately verify that the
approach above satisfies the requirements provided. This level of detail may
not be available at the time of issue creation and can be completed at a later
time.